The citizen endpoint allows retrieval of citizen information, similar to that available in a players public profile. You can request citizen data either by name, or by citizen id, by making a GET request to the relevant URL as follows:
ID:
https://play.vnations.net/api/citizen/id/2/
Name:
https://play.vnations.net/api/citizen/name/Darkmyre
You will receive the following JSON object on a successful request:
If there is an error with your request, you will receive the following JSON, with the nature of the error indicated in message: