NexonSolutions

This is a demonstration with sample data. No real actions are performed.

Back to project
API demo

Nexon API Explorer

An interactive API playground — pick an endpoint and send a request against live sample data.

Endpoints

GEThttps://api.nexon.dev/v1/users

Retrieve a paginated list of users.

Parameters

limit=10page=1
Response200 OKTime: 42ms
{
  "data": [
    {
      "id": "usr_8f2a",
      "name": "Sophie De Vries",
      "email": "sophie@example.com",
      "role": "admin"
    },
    {
      "id": "usr_1b7c",
      "name": "Marco Verbeek",
      "email": "marco@example.com",
      "role": "member"
    }
  ],
  "page": 1,
  "limit": 10,
  "total": 1284
}

Tip: change the endpoint on the left and send again.

Want something like this for your business?

From concept to launch — I build it fully custom, tailored to your processes.

Discuss your project