ASCII-API contains 3 routes to access the static data.
https://my-json-server.typicode.com/code-reaper08/ASCII-API/AlphaC?name=R
gives this ,
[
{
"id": 19,
"name": "R",
"ASCII": "082"
}
]
as a response.
https://my-json-server.typicode.com/code-reaper08/ASCII-API/AlphaS?name=u
gives this ,
[
{
"id": 48,
"name": "u",
"ASCII": "117"
}
]
as a response.
https://my-json-server.typicode.com/code-reaper08/ASCII-API/Num?name=8
gives this ,
[
{
"id": 62,
"name": "8",
"ASCII": "056"
}
]
as a response.
Made with ❤ by @code-reaper08