Please take a look at the getting started guide if you are unfamiliar with the Netcopy API.
Method | URI | Description |
---|---|---|
GET | /articles | Search articles based on issue, content, ontology, and other metrics. |
GET | /articles/{issue name}/{page number}/{article name} | Returns the contents of an article |
Method | URI | Description |
---|---|---|
GET | /issues | Search issues based on date, name, and other metrics. |
GET | /issues/{issue name} | Returns the details of a single issue. |
GET | /issues/{issue name}/pages | Returns a list of pages for the issue. |
Method | URI | Description |
---|---|---|
GET | /pages/{issue name}/{page number} | Returns the details for a page. |
GET | /pages/{issue name}/{page number}/articles | Returns a list of articles on a page. |
Method | URI | Description |
---|---|---|
POST | /issues/{issue name}/report-error | Report an error with an issue |
POST | /pages/{issue name}/{page number}/report-error | Report an error with a page |
POST | /articles/{issue name}/{page number}/{article name}/report-error | Report an error with an article |
The Netcopy CDN provides a way to serve your page images from our global content delivery network.
Method | URI | Description |
---|---|---|
GET | /issues/{issue name}/{page range}.jpg | Returns a page (or range of pages) as a JPEG image. |