Begin Learning

GET learn-by-api.glitch.me/intro

Click Send in Qodex to begin learning about APIs!

RESPONSES

status: OK

{"title":"Welcome to the Learn by API collection! 🎒🤖","intro":"The requests will walk you through learning about APIs inside Postman. Click **Visualize** above this section to continue learning.","info":[{"note":"You already sent an API request! 🎉This is the JSON response."},{"note":"Above you'll see the details of the request you sent. The address includes a base URL and a path `/intro` - you made a request to the _endpoint_ at this location."},{"note":"Notice to the right and above the response here that the API returned a **200 OK** status code - hover over it for more detail."},{"note":"In History on the left you can look back at your requests."}],"next":"Now try a query string parameter. In **Params** enter `id` in the **Key** field, and `1` as the **Value**. You will see `?id=1`  appear at the end of the request address after `/intro`. If you have more than one parameter they will be separated by `\u0026`. Click **Send** again.","pic":"https://assets.postman.com/postman-docs/learn-by-api-add-query-string.jpg"}