# JSON API The ATS-Mini provides JSON API for programmatic control and monitoring of the device. This API allows you to: - Check radio status - View memories - Read and write configuration settings The API is accessible via HTTP requests and returns JSON-formatted responses. All endpoints support standard HTTP status codes for error handling. ## OpenAPI Specification ```{eval-rst} .. raw:: html
.. swagger-plugin:: ../openapi-schema.yml .. raw:: html
```