docs.api.whatIsP1
docs.api.whatIsP2
docs.api.groupsDesc
docs.api.feature77EndpointsDesc
docs.api.featureRestfulDesc
docs.api.featureAuthDesc
docs.api.featureChangelogDesc
docs.api.authDesc
docs.api.rateLimitDesc
docs.api.responseFormatDesc
{
"success": true,
"data": { ... },
"error": null
}docs.api.quickStartCodedocs.api.sdkDesc
Complete documentation for the akousa.net REST API with 77 endpoints across 16 groups. Integrate tools, games, price data, news, website analysis, and service status into your applications with a well-documented JSON API and OpenAPI 3.1 spec.
Last updated: March 2026
Sign up for an account and visit the Developer Dashboard to generate your API key. Keys use the ak_ prefix (e.g., ak_your_key_here) and are immediately active. Choose from three paid tiers: Starter ($19.99/mo, 500/day), Plus ($69.99/mo, 10,000/day), or Pro ($149.99/mo, 100,000/day).
Send REST API requests to /api/v1/ endpoints with your API key in the Authorization header (Bearer ak_your_key_here). All requests and responses use JSON format. The API follows RESTful conventions with standard HTTP methods (GET, POST, PUT, DELETE). Interactive code examples in 8 languages (cURL, JavaScript, Python, Go, PHP, Ruby, Java, C#) are available on each endpoint's documentation page.
Parse JSON responses with consistent structure across all endpoints. Handle standard HTTP status codes: 200 (success), 400 (bad request), 401 (unauthorized), 403 (forbidden), 404 (not found), 413 (payload too large), 422 (validation error), and 429 (rate limit exceeded). Rate limit headers (X-RateLimit-Remaining, X-RateLimit-Reset) are included in every response so you can implement proper throttling in your application.