Response
URL: https://jsonplaceholder.typicode.com/todos/1
Status code: 200
Request Headers
Accept: application/json, text/plain, */*
User-Agent: axios/1.11.0
Accept-Encoding: gzip, compress, deflate, br
Response Headers
date: Sat, 11 Oct 2025 21:12:47 GMT
content-type: application/json; charset=utf-8
transfer-encoding: chunked
connection: close
server: cloudflare
access-control-allow-credentials: true
cache-control: public, max-age=43200
etag: W/"53-hfEnumeNh6YirfjyjaujcOPPT+s"
expires: Sun, 12 Oct 2025 09:12:47 GMT
nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
pragma: no-cache
report-to: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=u%2BhCWnE%2BC4X99QPkT3ofbVwK6bFpynEciXYzM8jS07o%3D\0026sid=e11707d5-02a7-43ef-b45e-2cf4d2036f7d\0026ts=1759830044"}],"max_age":3600}
reporting-endpoints: heroku-nel="https://nel.heroku.com/reports?s=u%2BhCWnE%2BC4X99QPkT3ofbVwK6bFpynEciXYzM8jS07o%3D&sid=e11707d5-02a7-43ef-b45e-2cf4d2036f7d&ts=1759830044"
vary: Origin, Accept-Encoding
via: 2.0 heroku-router
x-content-type-options: nosniff
x-powered-by: Express
x-ratelimit-limit: 1000
x-ratelimit-remaining: 999
x-ratelimit-reset: 1759830102
age: 20533
cf-cache-status: HIT
cf-ray: 98d15b928c48eae7-ORD
alt-svc: h3=":443"; ma=86400
Response Body
{
"userId": 1,
"id": 1,
"title": "delectus aut autem",
"completed": false
}