
Mobile Devices API
The Mobile Devices API provides structured and up-to-date information on smartphones, tablets, and smartwatches. It includes data on brands and detailed device specifications such as battery, platform, network, display, launch status, body dimensions, memory, sound, connectivity, sensors, colors, and cameras. Ideal for developers and businesses, this API is perfect for powering comparison tools, e-commerce platforms, and tech review applications.
Available Endpoints
Request Parameters
API URL
Please subscribe to see the API URL
Headers
X-Api-Key
Path Parameters
page
pageSize
Please subscribe to see the actual API URL
import axios from 'axios';
const url = '{API_URL}';
const { data } = await axios.get(url, {
headers: { 'X-Api-Key': 'YOUR_API_KEY' }
});