---
title: ArticleLinksResponse
framework: applenewsapi
role: symbol
role_heading: Object
path: applenewsapi/articlelinksresponse
---

# ArticleLinksResponse

See the links the article endpoints returned.

## Declaration

```data
object ArticleLinksResponse
```

## Properties

channel: The URL of the channel in which this article appears. sections: The URL of the sections, if any, in which this article appears. self: The URL at which you can read, update, or delete the article.

## Relationships

### Inherited By

- [ArticleResponse](applenewsapi/articleresponse.md)

## See Also

### Articles

- [Create an Article](applenewsapi/post-channels-_channelid_-articles.md)
- [Read Article Information](applenewsapi/get-articles-_articleid_.md)
- [Search Articles in a Channel](applenewsapi/get-channels-_channelid_-articles.md)
- [Search Articles in a Section](applenewsapi/get-sections-_sectionid_-articles.md)
- [Update an Article](applenewsapi/post-articles-_articleid_.md)
- [Delete an Article](applenewsapi/delete-articles-_articleid_.md)
- [Create Article Metadata Fields](applenewsapi/create-article-metadata-fields.md)
- [ArticleLinksRequest](applenewsapi/articlelinksrequest.md)
- [Update Article Metadata Fields](applenewsapi/update-article-metadata-fields.md)
- [Article](applenewsapi/article.md)
- [ArticleResponse](applenewsapi/articleresponse.md)
- [SearchResponse](applenewsapi/searchresponse.md)
- [Meta](applenewsapi/meta.md)
- [Throttling](applenewsapi/throttling.md)
