{
"name": "Apple iPhone 13 Mini",
"mpn": "MLK53ZD/A",
"info": "Apple - 6 cores - 5.4 inch - 256GB - Black - MLK53ZD/A",
"data": {
"cpu": {
"type": "Apple",
"has_coprocessor": true,
"number_of_cores": 6,
"type_coprocessor": "Neural Engine",
"number_of_coprocessor": 16
},
...
{
"main": {
"general_year": 2021,
"cpu_type": "Apple",
"cpu_number_of_cores": 6,
"display_size__inch": 5.4,
"storage_capacity__gb": 256,
"design_color_name": "Black"
}
}
Daily updates
At our service, we pride ourselves on offering the most up-to-date and accurate information possible. That's why we constantly update our database with the latest smartphone models and pricing information, ensuring that users always have access to the most current data.
This is especially useful for businesses that want to stay up-to-date with the latest products and pricing in the market.
{
"prices": [
{
"url": "https://...",
"price": 652.83,
"currency": "EUR",
"old_price": 658.35
},
{
"url": "https:...",
"price": 652.83,
"currency": "EUR",
"old_price": 658.35
}
]
}
# GET details of a smartphone
curl "http://api.device-api.io/api/smartphones/125"
# GET all smartphones with 256GB storage
curl "http://api.device-api.io/api/smartphones?filters[storage_capacity__gb][$eq]=256"
// Use qs to generate complex queries
const qs = require('qs');
const query = qs.stringify(
{
filters: {
name: {
$containsi: 'apple iphone',
},
},
},
{
encodeValuesOnly: true, // prettify URL
},
);
await request(`/api/smartphones?${query}`);
Search engine
Our API offers a comprehensive search engine and the ability to filter search results on all fields available in the JSON structure. This allows users to quickly and easily find the information they need.
Wether you need to find specific manufacturer, screen size, processor type, or any other feature, our API has you covered.
Take advantage of our free trial offer and use our service for free during the first three months!