Note: The API does not have any rate-limits or restrictions.
/pcn/{ID}.json
{
"title": "string",
"id": "string(int)",
"created_at": "ISO-8601 datetime",
"modified_at": "ISO-8601 datetime",
"description": "string",
"download_url": "string, PDF URL to upstream",
"html_url": "string, link to intel.com HTML PCN page",
"url": "string, link to simpler html pcn page hosted here",
"category": "string, Content type",
"self": "string, link to this JSON API URL"
}
/feed.json
JSONFeed specification can be found here. Feed includes latest 100 PCNs. Each PCN includes the following fields:
url
: PCN HTML page hosted hereexternal_url
: PCN HTML page hosted at intel.comattachment
: PDF URL, hosted at intel.comapi_url
: API URL for the PCN details, as aboveid
: PCN IDtitle
: PCN Titledate_published
/ date_modified
/feed.xml
ATOM Format Feed. Link points to the intel.pcn.captnemo.in URL.