API Specification

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:

  1. url : PCN HTML page hosted here
  2. external_url: PCN HTML page hosted at intel.com
  3. attachment: PDF URL, hosted at intel.com
  4. api_url: API URL for the PCN details, as above
  5. id: PCN ID
  6. title: PCN Title
  7. date_published / date_modified

/feed.xml

ATOM Format Feed. Link points to the intel.pcn.captnemo.in URL.