# API Information **GET /api/v1/info** Get general information about the API including available endpoints ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ## Responses ### 200 API information #### Body: application/json (object) - **name** (string) Service name - **description** (string) Service description - **version** (string) Service version - **author** (string) Service author - **license** (string) Service license - **documentation** (string) API documentation URL - **endpoints** (object) Available API endpoints ### 400 Default bad request error 400 response #### Body: application/json (object) - **message** (string) Response message - **error** (string) - **statusCode** (number) [Powered by Bump.sh](https://bump.sh)