/gsmarena/search

POST /api/gsmarena/search

Price: 1 credit

Search GSMArena by name across all three of its content types at once and return the matching devices, editorial reviews and news articles as one list, each row carrying its numeric id, the kind of thing it is, the URL, name, image and — for news — the publication date.

How to use it

Turn a device, review or article name into the id the other GSMArena endpoints take. Rows always come back grouped devices, then reviews, then news, and the source caps each group separately — a small `count` returns devices only when the query matched any devices at all. A narrow query that only matches reviews or news returns those groups first instead, in the same fixed order. The match is on names and headlines, not on specifications — to find devices by their properties use the device search instead. A query with no matches returns an empty list.

Parameters

Request body

Response

Errors

Response headers