🔍 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": 103760,
    "limit": 5,
    "total": 518797,
    "list": [
        {
            "type_name": "Censored",
            "episodes": {
                "server_name": "VIP #1",
                "server_data": {
                    "Full": {
                        "slug": "full",
                        "link_embed": "https:\/\/upload18.org\/play\/index\/hoks-235"
                    }
                }
            },
            "id": 627986,
            "name": "HOKS-235 Serious wife's first affair sex, Fuyuki Mai",
            "slug": "hoks-235",
            "origin_name": "HOKS-235 Serious wife's first affair sex, Fuyuki Mai",
            "tag": "",
            "category": [
                "Censored"
            ],
            "poster_url": "https:\/\/upload18.cc\/v\/HOKS-235\/poster.jpg",
            "thumb_url": "https:\/\/upload18.cc\/v\/HOKS-235\/thumb.jpg",
            "actor": [
                "Updating"
            ],
            "director": [
                "Updating"
            ],
            "movie_code": "HOKS-235",
            "created_at": "2026-09-12",
            "country": [
                "Japan"
            ],
            "year": "2026",
            "quality": "HD",
            "status": "Release",
            "author": "",
            "time": "01:34:57",
            "description": "",
            "vod_pubdate": "2026-09-12",
            "vod_time": "2026-09-13 17:18:41",
            "vod_time_add": 1789291121
        },
        {
            "type_name": "Uncensored Leaked",
            "episodes": {
                "server_name": "VIP #1",
                "server_data": {
                    "Full": {
                        "slug": "full",
                        "link_embed": "https:\/\/upload18.org\/play\/index\/yst-276-uncensored-leak"
                    }
                }
            },
            "id": 627985,
            "name": "[UNCENSORED-LEAK] YST-27...

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): 518797

Page: 1

Page Count: 103760

First Video (Normalized):

Array
(
    [id] => 627986
    [title] => HOKS-235 Serious wife's first affair sex, Fuyuki Mai
    [thumb] => https://upload18.cc/v/HOKS-235/poster.jpg
    [pic] => https://upload18.cc/v/HOKS-235/poster.jpg
    [year] => 2026
    [category] => Censored
    [categories] => Array
        (
            [0] => Censored
        )

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

    [director] => Updating
    [writer] => 
    [code] => HOKS-235
    [remarks] => 
    [class] => Censored
    [updatedAt] => 2026-09-13 17:18:41
    [desc] => 
    [content] => 
    [area] => Japan
    [lang] => 
    [play] => https://upload18.org/play/index/hoks-235
    [playUrl] => https://upload18.org/play/index/hoks-235
    [playUrlRaw] => https://upload18.org/play/index/hoks-235
    [playFrom] => 
    [playServer] => 
    [url] => https://upload18.org/play/index/hoks-235
    [original] => Array
        (
            [type_name] => Censored
            [episodes] => Array
                (
                    [server_name] => VIP #1
                    [server_data] => Array
                        (
                            [Full] => Array
                                (
                                    [slug] => full
                                    [link_embed] => https://upload18.org/play/index/hoks-235
                                )

                        )

                )

            [id] => 627986
            [name] => HOKS-235 Serious wife's first affair sex, Fuyuki Mai
            [slug] => hoks-235
            [origin_name] => HOKS-235 Serious wife's first affair sex, Fuyuki Mai
            [tag] => 
            [category] => Array
                (
                    [0] => Censored
                )

            [poster_url] => https://upload18.cc/v/HOKS-235/poster.jpg
            [thumb_url] => https://upload18.cc/v/HOKS-235/thumb.jpg
            [actor] => Array
                (
                    [0] => Updating
                )

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

            [movie_code] => HOKS-235
            [created_at] => 2026-09-12
            [country] => Array
                (
                    [0] => Japan
                )

            [year] => 2026
            [quality] => HD
            [status] => Release
            [author] => 
            [time] => 01:34:57
            [description] => 
            [vod_pubdate] => 2026-09-12
            [vod_time] => 2026-09-13 17:18:41
            [vod_time_add] => 1789291121
        )

)

First Video - Original API Data:

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

                )

        )

    [id] => 627986
    [name] => HOKS-235 Serious wife's first affair sex, Fuyuki Mai
    [slug] => hoks-235
    [origin_name] => HOKS-235 Serious wife's first affair sex, Fuyuki Mai
    [tag] => 
    [category] => Array
        (
            [0] => Censored
        )

    [poster_url] => https://upload18.cc/v/HOKS-235/poster.jpg
    [thumb_url] => https://upload18.cc/v/HOKS-235/thumb.jpg
    [actor] => Array
        (
            [0] => Updating
        )

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

    [movie_code] => HOKS-235
    [created_at] => 2026-09-12
    [country] => Array
        (
            [0] => Japan
        )

    [year] => 2026
    [quality] => HD
    [status] => Release
    [author] => 
    [time] => 01:34:57
    [description] => 
    [vod_pubdate] => 2026-09-12
    [vod_time] => 2026-09-13 17:18:41
    [vod_time_add] => 1789291121
)

Video Details:

Test 3: Fetch Single Video by ID

Testing ID: 627986

✅ Video found!

Title: HOKS-235 Serious wife's first affair sex, Fuyuki Mai


← Back to Home | 🔄 Refresh Test