Skip to content

Endpoints

Henrique Rocha edited this page Aug 25, 2021 · 1 revision

All resources endpoints:

Docs info:

GET docs

User info:

GET api/v1/:user

User info:

GET api/v1/:user

  • It takes an Intra user nickname and returns information about it:
{
   "intra_id": 00000,
   "login": "aaa-aaaa",
   "name": "Mr. Example",
   "bocal": true,
   "specialization": true,
   "correction_points": 0,
   "wallet": 0,
   "concluded_projects": 0,
   "day_started_on_42": "01-01-1970",
   "days_wasted_on_retries": 0,
   "stardew_valley_coeficient": 1,
   "42_level": 0
}

Docs info:

GET docs

  • Returns the documentation.

Clone this wiki locally