---
title: Read Article Information
framework: applenewsapi
role: symbol
role_heading: Web Service Endpoint
path: applenewsapi/get-articles-_articleid_
---

# Read Article Information

Retrieve information about an article, such as the revision number and maturity rating.

## URL

GET https://news-api.apple.com/articles/{articleId}

## Path Parameters

articleId: The UUID or the Share URL ID of the article to get.

## Response Codes

200 OK:  The request was successful. The Apple News team optimized the article. Contact your Apple News technical representative if you need to update or delete the article. 400 Bad Request:  MISSING. You didn’t include the Article UUID or the Share URL ID field in the request. Key path: articleId. INVALID_TYPE. The value you specified for the article is not of the correct type for that field. Key path: articleId. 401 Unauthorized: You didn’t include the Authorization header. Key path: N/A 403 Forbidden: You tried to access an article your API key doesn’t have permission to access. Key path: N/A 404 Not Found:  The endpoint you tried to access doesn’t exist. Key path: N/A The article you tried to access doesn’t exist.  Key path: articleId.

## Discussion

Discussion Use the Read Article Information endpoint to retrieve information about the article (Article), article links (ArticleLinks), meta (Meta), and optional metadata fields (Create Article Metadata Fields). Example

## See Also

### Articles

- [Create an Article](applenewsapi/post-channels-_channelid_-articles.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)
- [ArticleLinksResponse](applenewsapi/articlelinksresponse.md)
- [SearchResponse](applenewsapi/searchresponse.md)
- [Meta](applenewsapi/meta.md)
- [Throttling](applenewsapi/throttling.md)
