Skip to content
This repository was archived by the owner on Aug 17, 2023. It is now read-only.

How to use the API ?

Leon edited this page Feb 24, 2018 · 17 revisions

It is really simple.

Every request will return a json file.

If you want C++ for example : https://rcgp.nsa.ovh/api/?language=cpp

cpp

If json isn't your thing and you want a picture directly, you can use the raw api.

If you want JavaScript for example : https://rcgp.nsa.ovh/raw.php?language=js

Note : You can use this as src for an <img> tag also !

js

Enjoy :D

Clone this wiki locally