Response
URL: http://api.mathjs.org/v4
Status code: 200
Content Type: application/json
Request Headers
Accept: application/json, text/plain, */*
Content-Type: application/json
User-Agent: axios/1.9.0
Content-Length: 26
Accept-Encoding: gzip, compress, deflate, br
Content Body
{"expr":["2 + 2","5 - 3"]}
Response Headers
access-control-allow-headers: Content-Type, X-Requested-With
access-control-allow-methods: GET, POST, OPTIONS
access-control-allow-origin: *
content-length: 33
content-type: application/json; charset=utf-8
date: Sat, 31 May 2025 01:59:19 GMT
etag: W/"21-PDaWl99xbv/H4ay/y9fMm3Dv4GM"
nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
report-to: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=EqFymQqL9fhreUfmyhPRp43BYuXAfjDd8uswG%2B%2FBiow%3D\0026sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add\0026ts=1748656759"}],"max_age":3600}
reporting-endpoints: heroku-nel="https://nel.heroku.com/reports?s=EqFymQqL9fhreUfmyhPRp43BYuXAfjDd8uswG%2B%2FBiow%3D&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&ts=1748656759"
server: Heroku
vary: Accept-Encoding
via: 1.1 heroku-router
x-powered-by: Express
x-ratelimit-limit: 100000
x-ratelimit-remaining: 99808
x-ratelimit-reset: 1748731659
connection: close
Response Body
{
"result": [
"4",
"2"
],
"error": null
}