Number Convert
This endpoint converts an abbreviated time value (e.g., 10s
for 10 seconds) into a readable full format. It supports conversions for seconds, minutes, hours, days, and weeks.
Endpoint
URL:
https://api.erensko.xyz/v1/number-convert
Method:
GET
Description: This endpoint converts a number with abbreviation like
1h
to a text readable format and more.
URL Parameters
Key
Value
abbreviation
The abbreviation you want to convert, a number followed by one of the following abbreviations: (s
, m
, h
, d
, or w
).
Headers
Key
Value
Authorization
Your own personal API key, create one by clicking here. This is required.
Request Example
Example Response:
Last updated