🔍 API Response Test

Test 1: Raw API Call

API URL: https://avdbapi.com/api.php/provide/vod?ac=detail&pg=1&pagesize=5

HTTP Code: 200

Raw Response (first 2000 chars):

{
    "code": 1,
    "msg": "Data list",
    "page": "1",
    "pagecount": 104183,
    "limit": 5,
    "total": 520913,
    "list": [
        {
            "type_name": "Hentai",
            "episodes": {
                "server_name": "VIP #1",
                "server_data": {
                    "Full": {
                        "slug": "full",
                        "link_embed": "https:\/\/upload18.org\/play\/index\/bca7bdc8e67e"
                    }
                }
            },
            "id": 634897,
            "name": "Gakuen Heaven Episode 5 English Subbed",
            "slug": "gakuen-heaven-episode-5-english-subbed",
            "origin_name": "Gakuen Heaven Episode 5 English Subbed",
            "tag": "2000 to 2010, ENGLISH SUBBED, HAREM, SCHOOL, YAOI",
            "category": [
                "Hentai"
            ],
            "poster_url": "https:\/\/upload18.cc\/v\/GAKUEN-HEAVEN-EPISODE-5-ENGLISH-SUBBED\/poster.jpg",
            "thumb_url": "https:\/\/upload18.cc\/v\/GAKUEN-HEAVEN-EPISODE-5-ENGLISH-SUBBED\/poster.jpg",
            "actor": [
                "Updating"
            ],
            "director": [
                "Updating"
            ],
            "movie_code": "avdb-h07806",
            "created_at": "",
            "country": [
                "Updating"
            ],
            "year": "",
            "quality": "",
            "status": "",
            "author": "",
            "time": "",
            "description": "",
            "vod_pubdate": "",
            "vod_time": "2026-09-23 23:44:38",
            "vod_time_add": 1790178278
        },
        {
            "type_name": "Hentai",
            "episodes": {
                "server_name": "VIP #1",
                "server_data": {
                    "Full": {
                        "slug": "full",
                        "link_embed": "https:\/\/upload18.org\/play\/index\/ed4657a4db59"
                    }
                }
            },
            "id": 634...

Response Structure:

Array
(
    [0] => code
    [1] => msg
    [2] => page
    [3] => pagecount
    [4] => limit
    [5] => total
    [6] => list
)

Test 2: Using apiFetchDetail() Function

Total Videos: 5

Total (API): 520913

Page: 1

Page Count: 104183

First Video (Normalized):

Array
(
    [id] => 634897
    [title] => Gakuen Heaven Episode 5 English Subbed
    [thumb] => https://upload18.cc/v/GAKUEN-HEAVEN-EPISODE-5-ENGLISH-SUBBED/poster.jpg
    [pic] => https://upload18.cc/v/GAKUEN-HEAVEN-EPISODE-5-ENGLISH-SUBBED/poster.jpg
    [year] => 
    [category] => Hentai
    [categories] => Array
        (
            [0] => Hentai
        )

    [actors] => Array
        (
            [0] => Updating
        )

    [director] => Updating
    [writer] => 
    [code] => avdb-h07806
    [remarks] => 
    [class] => Hentai
    [updatedAt] => 2026-09-23 23:44:38
    [desc] => 
    [content] => 
    [area] => Updating
    [lang] => 
    [play] => https://upload18.org/play/index/bca7bdc8e67e
    [playUrl] => https://upload18.org/play/index/bca7bdc8e67e
    [playUrlRaw] => https://upload18.org/play/index/bca7bdc8e67e
    [playFrom] => 
    [playServer] => 
    [url] => https://upload18.org/play/index/bca7bdc8e67e
    [original] => Array
        (
            [type_name] => Hentai
            [episodes] => Array
                (
                    [server_name] => VIP #1
                    [server_data] => Array
                        (
                            [Full] => Array
                                (
                                    [slug] => full
                                    [link_embed] => https://upload18.org/play/index/bca7bdc8e67e
                                )

                        )

                )

            [id] => 634897
            [name] => Gakuen Heaven Episode 5 English Subbed
            [slug] => gakuen-heaven-episode-5-english-subbed
            [origin_name] => Gakuen Heaven Episode 5 English Subbed
            [tag] => 2000 to 2010, ENGLISH SUBBED, HAREM, SCHOOL, YAOI
            [category] => Array
                (
                    [0] => Hentai
                )

            [poster_url] => https://upload18.cc/v/GAKUEN-HEAVEN-EPISODE-5-ENGLISH-SUBBED/poster.jpg
            [thumb_url] => https://upload18.cc/v/GAKUEN-HEAVEN-EPISODE-5-ENGLISH-SUBBED/poster.jpg
            [actor] => Array
                (
                    [0] => Updating
                )

            [director] => Array
                (
                    [0] => Updating
                )

            [movie_code] => avdb-h07806
            [created_at] => 
            [country] => Array
                (
                    [0] => Updating
                )

            [year] => 
            [quality] => 
            [status] => 
            [author] => 
            [time] => 
            [description] => 
            [vod_pubdate] => 
            [vod_time] => 2026-09-23 23:44:38
            [vod_time_add] => 1790178278
        )

)

First Video - Original API Data:

Array
(
    [type_name] => Hentai
    [episodes] => Array
        (
            [server_name] => VIP #1
            [server_data] => Array
                (
                    [Full] => Array
                        (
                            [slug] => full
                            [link_embed] => https://upload18.org/play/index/bca7bdc8e67e
                        )

                )

        )

    [id] => 634897
    [name] => Gakuen Heaven Episode 5 English Subbed
    [slug] => gakuen-heaven-episode-5-english-subbed
    [origin_name] => Gakuen Heaven Episode 5 English Subbed
    [tag] => 2000 to 2010, ENGLISH SUBBED, HAREM, SCHOOL, YAOI
    [category] => Array
        (
            [0] => Hentai
        )

    [poster_url] => https://upload18.cc/v/GAKUEN-HEAVEN-EPISODE-5-ENGLISH-SUBBED/poster.jpg
    [thumb_url] => https://upload18.cc/v/GAKUEN-HEAVEN-EPISODE-5-ENGLISH-SUBBED/poster.jpg
    [actor] => Array
        (
            [0] => Updating
        )

    [director] => Array
        (
            [0] => Updating
        )

    [movie_code] => avdb-h07806
    [created_at] => 
    [country] => Array
        (
            [0] => Updating
        )

    [year] => 
    [quality] => 
    [status] => 
    [author] => 
    [time] => 
    [description] => 
    [vod_pubdate] => 
    [vod_time] => 2026-09-23 23:44:38
    [vod_time_add] => 1790178278
)

Video Details:

Test 3: Fetch Single Video by ID

Testing ID: 634897

✅ Video found!

Title: Gakuen Heaven Episode 5 English Subbed


← Back to Home | 🔄 Refresh Test