🎉 Version 1.0.8 - New Random Number Generator API Added
curl --location --request GET 'https://apis.rocks/joke/list'{
"success": true,
"data": {
"jokes": [
{
"id": 1,
"text": "string",
"category": "string",
"tags": [
"string"
],
"rating": "string",
"source": "string"
}
],
"categories": [
"string"
],
"metadata": {
"totalJokes": 1,
"lastUpdated": "string",
"version": "string",
"description": "string"
}
},
"meta": {
"requestId": "string",
"timestamp": "string",
"totalJokes": 1
}
}