The APIs for SinhalaSub, DL1, and DL2 offer various media content downloads, including Sinhala subtitles and file download links from Mega, Telegram, and Pixel.
GET /slsub?seach=2025
{
"status": "true",
"createdBy": "Ruwantha-ofcali",
"data": [
{ "title": "Movie Title", "imdb": "IMDb Rating", "year": "2025", "inco": "Image URL", "link": "Movie Link" }
]
}
GET /slsubdl1?dl=https://sinhalasub.lk/movies/grave-torture-2024-sinhala-subtitles
{
"status": "true",
"createdBy": "Ruwantha-ofcali",
"data": { "description": "Details", "downloadLinks": [{ "text": "Download", "link": "Download URL" }] }
}
GET /slsubdl2?dl=https://sinhalasub.lk/links/g0pa15ioiu/
{
"status": "true",
"createdBy": "Ruwantha-ofcali",
"data": { "dl": "Mega.nz Link" }
}
GET /image?seach=cat
{
"status": "true",
"createdBy": "Ruwantha-ofcali",
"data": [ { "title": "cat", "url": "Image URL" } ]
}
GET /news
{
"status": "true",
"createdBy": "Ruwantha-ofcali",
"data": [ { "title": "News Title", "link": "News URL", "image": "Image URL", "description": "News Description" } ]
}