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.7.7
Content-Length: 50
Accept-Encoding: gzip, compress, deflate, br
Content Body
{"expr":["2 + 3","2 - 3","2 * 2 + 2","2 + 2 * 2"]}
Response Headers
server: Cowboy
report-to: {"group":"heroku-nel","max_age":3600,"endpoints":[{"url":"https://nel.heroku.com/reports?ts=1732050375&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=R84CUpFtXc4qRctebNwBMrxd9WavNW2QhNcUDZSyqaE%3D"}]}
reporting-endpoints: heroku-nel=https://nel.heroku.com/reports?ts=1732050375&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=R84CUpFtXc4qRctebNwBMrxd9WavNW2QhNcUDZSyqaE%3D
nel: {"report_to":"heroku-nel","max_age":3600,"success_fraction":0.005,"failure_fraction":0.05,"response_headers":["Via"]}
connection: close
x-powered-by: Express
x-ratelimit-limit: 100000
x-ratelimit-remaining: 98708
date: Tue, 19 Nov 2024 21:06:15 GMT
x-ratelimit-reset: 1732113946
access-control-allow-origin: *
access-control-allow-headers: Content-Type, X-Requested-With
access-control-allow-methods: GET, POST, OPTIONS
content-type: application/json; charset=utf-8
content-length: 42
etag: W/"2a-25tc5YISkPLz5nqHaq97u28qC20"
vary: Accept-Encoding
via: 1.1 vegur
Response Body
{
"result": [
"5",
"-1",
"6",
"6"
],
"error": null
}