Welcome to our API documentation! Our API allows you to access various resources and perform action like fetching station data.
To get started, you'll need to sign up for an API key. Once you have your API key, you can authenticate your requests by including it in the headers of your HTTP requests. Sign up now for API key here.
We enforce rate limiting to ensure fair usage of our API. You can make up to 12 requests per hour with your API key.
fetch('https://api.cekmrt.xyz/api/schedules', {
headers: {
'Authorization': 'Bearer YOUR_API_KEY'
}
})
.then(response => response.json())
.then(data => console.log(data));
Q: How do I obtain an API key?
A: You can obtain an API key by signing up on our website and generating one in the developer portal.
If you have any questions or need further assistance, please contact us at support@cekmrt.xyz