# JSON **GET /sequence/json** Get sequence as json. This endpoint is generally advised to use over state since it gives more reliable results. ## Servers - V2 api server: http://localhost:1888/v2/api (V2 api server) ## Parameters ## Responses ### 200 Successful response, best to try it out yourself #### Body: application/json (object) - **Response** (array[object]) - **Error** (string) - **StatusCode** (integer) - **Success** (boolean) - **Type** (string) ### 409 Sequencer not initialized #### Body: application/json (object) - **Response** (string) - **Error** (string) - **StatusCode** (integer) - **Success** (boolean) - **Type** (string) ### 500 Internal server error, Unknown error #### Body: application/json (object) - **Response** (string) - **Error** (string) - **StatusCode** (integer) - **Success** (boolean) - **Type** (string) [Powered by Bump.sh](https://bump.sh)