The data is based on gsmarena site
[GET] http://api-mobilespecs.azharimm.tk/brands?page=2&limit=5&search=&sort=brand:desc
params |
desc |
required |
page |
page of the data |
no |
limit |
limit data being showed |
no |
search |
search brand by query |
no |
sort |
sorting data by field available |
no |
[ENDPOINT] /brands/{brand_slug}
[GET] http://api-mobilespecs.azharimm.tk/brands/samsung?page=2&limit=5&sort=brand:desc
params |
desc |
required |
page |
page of the data |
no |
limit |
limit data being showed |
no |
sort |
sorting data by field available |
no |
[ENDPOINT] /brands/{brand_slug}/{phone_slug}
[GET] http://api-mobilespecs.azharimm.tk/brands/samsung/galaxy-note20-ultra-5g
[GET] http://api-mobilespecs.azharimm.tk/search?query= Galaxy Note
params |
desc |
required |
query |
search query |
yes |
just in case there is a new data available in gsmarena or the data you need is not available yet on this api. you can scrape the data manually using this endpoint.
[GET] http://api-mobilespecs.azharimm.tk/scrape?url=https://www.gsmarena.com/samsung_galaxy_tab_s7+-10336.php
params |
desc |
required |
url |
url page you want to scrape |
yes |