Request Method: GET
Response:
{
"status": "up and running"
}
Request Method: POST
Request Body:
{
"url": "https://www.youtube.com/watch?v=TLB5MY9BBa4&ab_channel=CoderDave"
}
Response:
{
"results": {
"id": 13,
"actual_url": "https://www.youtube.com/watch?v=TLB5MY9BBa4&ab_channel=CoderDave",
"short_url": "77cf66ac",
"total_hit": 0,
"created_at": "2023-07-23T14:37:53.241159Z"
}
}
Request Method: GET Response:
{
"results": {
"id": 13,
"actual_url": "https://www.youtube.com/watch?v=TLB5MY9BBa4&ab_channel=CoderDave",
"short_url": "77cf66ac",
"total_hit": 6,
"created_at": "2023-07-23T14:37:53.241159Z"
}
}
Request Method: GET Query Parameter:
limit = <<number>> // 10
offset = <<number>> // 1
Response:
{
"count": 15,
"results": [
{
"id": 14,
"actual_url": "https://www.example.com/",
"short_url": "8797b6c7",
"total_hit": 0,
"created_at": "2023-07-23T17:16:09.239242Z"
}
]
}