The above url gives the sub categories of category JOKES, if you want another subcategories of other category then just supply the category id of the that category.
Like if you want "acche bol" then see the id of "acche bol" in category i.e 37 then supply the 37 id, the url will looks like https://gofugly.in/api/sub_categories/37
Result - {
"status": 200,
"count": 5,
"result": [
{
"id": "201",
"joke": "Chintu बस में खड़ा था..
ब्रेक लगी तो एक लड़की पर जा गिरा;
लड़की :- बत्तमीज़, क्या कर रहे हो ?
Chintu :- Engineering.. और आप ??"
},
{
"id": "202",
"joke": "चिंटू सालों बाद मिंटू से मिला…!
.
पता चला दोनों की शादी हो गई…!
.
चिंटू: कैसी है तेरी बीवी…?
.
मिंटू: स्वर्ग की अप्सरा है…! और तेरी…?
.
चिंटू: मेरी तो अभी जिंदा है…!"
},
{
"id": "203",
"joke": "चिंटू: हम पच्चीस भाई-बहन हैं…!
.
मिंटू: तेरे यहां फैमिली प्लानिंग वाले नहीं आए…?
.
चिंटू: आए थे, लेकिन घर को स्कूल समझ कर चले गए…!"
},
{
"id": "953",
"joke": "?चिंटू समोसे वाले से- ऐ भैया,
तुम्हारे समोसे से लड़की का बाल निकला है।
?समोसा वाला- अबे, क्या चाहता है तू?
5 रुपए के समोसे से क्या पूरी लड़की निकलेगी?????
✋????????"
},
{
"id": "2348",
"joke": ""बालू - आंटी जी चिंटू है क्या घर पर?
आंटी - हाँ है. गरमा गरम पोहे खा रहा है।
तुझे भी भूख लगी होगी न?
बालू - हाँ........
आंटी- तो फिर घर जाकर खा के आ""
}
]
}
Supply the sub category id then you will get content respectively.