# Version Information **GET /api/v1/version** Get version and build information of the application ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ## Responses ### 200 Version information #### Body: application/json (object) - **version** (string) Application version - **build_date** (string) Build timestamp - **git_commit** (string) Git commit hash (full) - **git_commit_short** (string) Git commit hash (short) - **git_branch** (string) Git branch name - **git_commit_date** (string) Git commit date - **git_author** (string) Git commit author - **git_message** (string) Git commit message - **git_tag** (string) Git tag (if current commit is tagged) - **git_is_dirty** (boolean) Whether the working directory has uncommitted changes - **git_remote_url** (string) Git remote URL - **build_number** (string) Build number ### 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)