Skip to content
Liam Allen edited this page Aug 13, 2023 · 32 revisions

Welcome to the official NEXARDA™ API Documentation. Here you will learn how to use our API endpoints and allow your web apps to take full advantage of the vast features and data we have to offer in our database of video game related content. Whether its websites, chat bots or software - you can interact with our RESTful JSON API endpoints in any programming language you wish to use!

Getting Started

Our RESTful JSON API is free to use for all. With it you can obtain information about video games, franchises, studios (companies), consoles & gear, users & more! Soon, you will also have the ability to embed products on your own website without knowledge of programming languages. More info will be made available at a later date.

Authentication

No registration or authentication is required. CORS requests are blocked for security reasons.

Rate Limits

In terms of rate limits there are no request limits applied, however if we feel our servers are being attacked or flooded by specific IP addresses we will block/limit accordingly.

Pagination

Results can appear on multiple pages, so you will need to loop through each page until you find the item you want. You can use the "page" query string e.g. "?page={page}" in the URL to specify a page number. In the JSON response you will see the amount of pages returned. You cannot specify the amount of results per page, this is controlled by us and may change.

Clone this wiki locally