API Key
To get started on exploring the X2Y2 API, you would need to apply for an API key in the #request-api-key
channel at our Developer Hub.
HTTP Authentication
You can make requests to the X2Y2 API by sending the API key as a header in your request. Below is an example:
curl https://api.x2y2.org/<your-request-url> -H X-API-Key:<YOUR_API_KEY>