About
The OData.intel.com web API is powered by ark.intel.com and provides Intel®
product specifications through a RESTful web API. If you are looking to browse and compare Intel® products
please visit http://ark.intel.com. The API uses the Open Data Protocol (OData)
to provide the flexibility to query and receive only the data that your application requires. OData response formats
include JSON(P) and AtomPub.
URL Format
http://odata.intel.com/API/{version}/{service}/{entity name}()?{odata params}&$format={json}&$callback={your callback}&api_key={your application api key}
The format and callback parameters are optional. The default response type is AtomPub.
Example: http://odata.intel.com/API/v1_0/Products/Processors()?$top=50&$format=json&$callback=arkresults&api_key=xxxx
Resources
The OData protocol and querying syntax is documented extensively at OData.org. OData services
honor standard web protocols and can be called with a simple HTTP GET request, or from the many client libraries available
at http://www.odata.org/consumers.
Current Version
Current API Version: v1_0
| Browse API Entities
Base URL: http://odata.intel.com/API/v1_0/
Base URL: http://odata.intel.com/API/v1_0/
Previous Versions
API Version: v0_8
| Browse API Entities
Base URL: http://odata.intel.com/API/v0_8/
