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
| Name | Type | Description |
|---|---|---|
articleId Required | string | The UUID or the Share URL ID of the article to get. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | ArticleResponse |
|
| 400 | Bad Request Content-Type: application/json | Error |
|
| 401 | Unauthorized Content-Type: application/json | Error | You didn’t include the |
| 403 | Forbidden Content-Type: application/json | Error | You tried to access an article your API key doesn’t have permission to access. Key path: N/A |
| 404 | Not Found Content-Type: application/json | Error |
|
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).