How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

MobileAPI.dev demo-x7k9m2p4 API

The demo-x7k9m2p4 API from MobileAPI.dev — 23 operation(s) for demo-x7k9m2p4.

MobileAPI.dev demo-x7k9m2p4 API is one of 9 APIs that MobileAPI.dev publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 32 JSON Schema definitions.

Tagged areas include demo-x7k9m2p4. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, authentication docs, rate-limit docs, and 32 JSON Schemas.

This API exposes 23 operations across 23 paths, and defines 16 schemas. It is described by OpenAPI 3.2.0, at version v1.

Requests are made against a single base URL, https://api.mobileapi.dev.

23 operations 23 paths 16 schemas 23 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v1
Base URL
https://api.mobileapi.dev/
Authentication
API Key, API Key
Terms of Service
Resource Areas
1

Authentication & Security 2

MobileAPI.dev demo-x7k9m2p4 API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (ApiKeyHeader). An API key is passed in the query as key (ApiKeyQuery). By default, every request must be authenticated.

  • ApiKeyHeader — Provide your API key in the Authorization header using either 'Token YOURAPIKEY' or 'Bearer YOURAPIKEY'. Both formats are equivalent.
  • ApiKeyQuery — Fallback - supply your API key as the 'key' query parameter.

Paths & Operations 23

Across 23 paths, the API surfaces 23 operations — 23 GET. Each is listed below with its method, path, parameters, and response codes.

demo-x7k9m2p4 23
GET
/demo-x7k9m2p4/devices/
List All Devices
demo-x7k9m2p4_devices_list 3 params → 200400401
GET
/demo-x7k9m2p4/devices/ai-query/
Natural Language Device Query (AI-Powered) - Paid Users Only
demo-x7k9m2p4_devices_ai_query 3 params → 200400401403429503
GET
/demo-x7k9m2p4/devices/autocomplete/
Autocomplete Device Names
demo-x7k9m2p4_devices_autocomplete 4 params → 200400401
GET
/demo-x7k9m2p4/devices/by-brand/deprecated
[Deprecated] List Devices by Brand - Use /by-Manufacturer/ Instead
demo-x7k9m2p4_devices_by_brand 4 params → 200400401404
GET
/demo-x7k9m2p4/devices/by-manufacturer/
List Devices by Manufacturer
demo-x7k9m2p4_devices_by_manufacturer 4 params → 200400401404
GET
/demo-x7k9m2p4/devices/by-type/
List Devices by Type
demo-x7k9m2p4_devices_by_type 4 params → 200204400401
GET
/demo-x7k9m2p4/devices/by-year/
List Devices by Launch Year
demo-x7k9m2p4_devices_by_year 4 params → 200204400401
GET
/demo-x7k9m2p4/devices/search/
Search Device by Name or Model Number
demo-x7k9m2p4_devices_search 8 params → 200400404
GET
/demo-x7k9m2p4/devices/{id}/
Get Device by ID
demo-x7k9m2p4_devices_read 3 params → 200400401404
GET
/demo-x7k9m2p4/devices/{id}/battery/
Get Device Battery Specifications
demo-x7k9m2p4_devices_battery 1 param → 200404
GET
/demo-x7k9m2p4/devices/{id}/body/
Get Device Body Specifications
demo-x7k9m2p4_devices_body 1 param → 200404
GET
/demo-x7k9m2p4/devices/{id}/comms/
Get Device Communications Specifications
demo-x7k9m2p4_devices_comms 1 param → 200404
GET
/demo-x7k9m2p4/devices/{id}/display/
Get Device Display Specifications
demo-x7k9m2p4_devices_display 1 param → 200404
GET
/demo-x7k9m2p4/devices/{id}/features/
Get Device Features Specifications
demo-x7k9m2p4_devices_features 1 param → 200404
GET
/demo-x7k9m2p4/devices/{id}/image/
Serve full-resolution device main image for demo purposes. Requires demo key - does NOT consume credits. Only accessible via hidden demo URL path.
demo-x7k9m2p4_devices_image_list 1 param → 200
GET
/demo-x7k9m2p4/devices/{id}/images/
Get Device Images
demo-x7k9m2p4_devices_images 2 params → 200400404
GET
/demo-x7k9m2p4/devices/{id}/main-camera/
Get Device Main Camera Specifications
demo-x7k9m2p4_devices_main_camera 1 param → 200404
GET
/demo-x7k9m2p4/devices/{id}/memory/
Get Device Memory Specifications
demo-x7k9m2p4_devices_memory 1 param → 200404
GET
/demo-x7k9m2p4/devices/{id}/misc/
Get Device Miscellaneous Specifications
demo-x7k9m2p4_devices_misc 1 param → 200404
GET
/demo-x7k9m2p4/devices/{id}/network/
Get Device Network Specifications
demo-x7k9m2p4_devices_network 1 param → 200404
GET
/demo-x7k9m2p4/devices/{id}/platform/
Get Device Platform Specifications
demo-x7k9m2p4_devices_platform 1 param → 200404
GET
/demo-x7k9m2p4/devices/{id}/selfie-camera/
Get Device Selfie Camera Specifications
demo-x7k9m2p4_devices_selfie_camera 1 param → 200404
GET
/demo-x7k9m2p4/devices/{id}/sound/
Get Device Sound Specifications
demo-x7k9m2p4_devices_sound 1 param → 200404

Schemas 16

The contract defines 16 schemas that model the data the API accepts and returns. The most detailed are Device (29 properties), DeviceList (16 properties), Network (7 properties), Comms (7 properties). Each schema is shown below with its type and property counts.

Manufacturer
object
4 properties 1 required
Memory
object
4 properties
Body
object
6 properties
Features
object
3 properties
Image
object
5 properties
SelfieCamera
object
4 properties
Misc
object
5 properties
Battery
object
3 properties
MainCamera
object
4 properties
Device
object
29 properties 1 required
Comms
object
7 properties
Network
object
7 properties
Sound
object
3 properties
Platform
object
5 properties
DeviceList
object
16 properties 1 required
Display
object
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

mobileapi-dev-demo-x7k9m2p4-api-openapi.yml Raw ↑

Other APIs MobileAPI.dev publishes across the network.

MobileAPI.dev api API
MobileAPI.dev api-token-auth API
MobileAPI.dev devices API
MobileAPI.dev images API
MobileAPI.dev manufacturers API
MobileAPI.dev me API
MobileAPI.dev payment_successful API
MobileAPI.dev status API
Where this information came from

This is an independent, third-party profile of MobileAPI.dev demo-x7k9m2p4 API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.