Device Specs

Home

Categories

Smartphone database API

A comprehensive API for retrieving technical specifications and current prices of smartphones and mobile phones

...
...
...
{
  "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"
  }
}

Smartphone specifications and prices

Are you in need of a smartphone database API where you can find the technical specifications and prices of each phone?

With our API, users can easily make requests using REST technology to access a wide range of data from various manufacturers.

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
    }
  ]
}

How it works

Our Smartphone database API is designed to be user-friendly and easy to integrate, making it the perfect solution for businesses looking to showcase their products or individuals looking to build custom applications.

# 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!

These week spotlights

Samsung Galaxy Z Fold4

2022 - Qualcomm Snapdragon 8+ Gen1 - 8 cores - 7.6 inch - 512GB - Black - SM-F936BZKCEUB

4

Apple iPhone 13

2022 - A15 Bionic chip - 6 cores - 6.1 inch - 256GB - Green - MNGL3ZD/A

3

Apple iPhone 14

2022 - A15 Bionic chip - 6 cores - 6.1 inch - 256GB - Red - MPWH3ZD/A

3

Nokia C21 Plus

Unisoc - 8 cores - 6.52 inch - 32GB - Gray - 719901191231

4

Subscribe to our weekly newsletter


© Device Specs - 2022 - Product of Revale - All rights reserved
Terms and Conditions - Privacy Policy