3 get_series_info
Fabrice edited this page 2024-05-06 18:23:04 +00:00

###get_series_info

Récupère les informations d'une série.

Requête

http://iptv.xyz//player_api.php?username=u&password=p&action=get_series_info&series_id=24711

La réponse contient 3 entités:

  • episodes
  • info
  • seasons

Exemples de réponses

episodes

"episodes": {
        "10": [
            {
                "added": "1714506246",
                "container_extension": "mkv",
                "custom_sid": null,
                "direct_source": "",
                "episode_num": 1,
                "id": "1099928",
                "info": {
                    "air_date": "2012-09-27",
                    "audio": {
                        "avg_frame_rate": "0/0",
                        "bit_rate": "192000",
                        "bits_per_sample": 0,
                        "channel_layout": "stereo",
                        "channels": 2,
                        "codec_long_name": "unknown",
                        "codec_name": "ac3",
                        "codec_tag": "0x0000",
                        "codec_tag_string": "[0][0][0][0]",
                        "codec_type": "audio",
                        "disposition": {
                            "attached_pic": 0,
                            "captions": 0,
                            "clean_effects": 0,
                            "comment": 0,
                            "default": 1,
                            "dependent": 0,
                            "descriptions": 0,
                            "dub": 0,
                            "forced": 1,
                            "hearing_impaired": 0,
                            "karaoke": 0,
                            "lyrics": 0,
                            "metadata": 0,
                            "original": 0,
                            "still_image": 0,
                            "timed_thumbnails": 0,
                            "visual_impaired": 0
                        },
                        "index": 1,
                        "r_frame_rate": "0/0",
                        "sample_fmt": "fltp",
                        "sample_rate": "48000",
                        "start_pts": 0,
                        "start_time": "0.000000",
                        "tags": {
                            "language": "spa",
                            "title": "Dos.hombres.y.medio.10x01.Casi.mejor.dame.esa.leche.m720p.WEB.DL.tenshou"
                        },
                        "time_base": "1/1000"
                    },
                    "bitrate": 1994,
                    "crew": "Eddie Gorodetsky, Chuck Lorre, James Widdoes, Jim Patterson",
                    "duration": "00:21:03",
                    "duration_secs": 1263,
                    "id": 2691,
                    "movie_image": "https://image.tmdb.org/t/p/w185/p9Gruy3RnVkwlUtd0NQ81FcNAzd.jpg",
                    "rating": 4,
                    "video": {
                        "avg_frame_rate": "24000/1001",
                        "bits_per_raw_sample": "8",
                        "chroma_location": "left",
                        "closed_captions": 0,
                        "codec_long_name": "unknown",
                        "codec_name": "h264",
                        "codec_tag": "0x0000",
                        "codec_tag_string": "[0][0][0][0]",
                        "codec_type": "video",
                        "coded_height": 720,
                        "coded_width": 1280,
                        "color_primaries": "bt709",
                        "color_range": "tv",
                        "color_space": "bt709",
                        "color_transfer": "bt709",
                        "display_aspect_ratio": "16:9",
                        "disposition": {
                            "attached_pic": 0,
                            "captions": 0,
                            "clean_effects": 0,
                            "comment": 0,
                            "default": 1,
                            "dependent": 0,
                            "descriptions": 0,
                            "dub": 0,
                            "forced": 0,
                            "hearing_impaired": 0,
                            "karaoke": 0,
                            "lyrics": 0,
                            "metadata": 0,
                            "original": 0,
                            "still_image": 0,
                            "timed_thumbnails": 0,
                            "visual_impaired": 0
                        },
                        "extradata_size": 44,
                        "field_order": "progressive",
                        "film_grain": 0,
                        "has_b_frames": 1,
                        "height": 720,
                        "index": 0,
                        "is_avc": "true",
                        "level": 31,
                        "nal_length_size": "4",
                        "pix_fmt": "yuv420p",
                        "profile": "100",
                        "r_frame_rate": "24000/1001",
                        "refs": 1,
                        "sample_aspect_ratio": "1:1",
                        "start_pts": 0,
                        "start_time": "0.000000",
                        "tags": {
                            "title": "Dos.hombres.y.medio.10x01.Casi.mejor.dame.esa.leche.m720p.WEB.DL.tenshou"
                        },
                        "time_base": "1/1000",
                        "width": 1280
                    }
                },
                "season": 10,
                "title": "ES - Dos hombres y medio - S10E01 - Casi Mejor Dame esa Leche"
            },
            {
                "added": "1714506247",
                "container_extension": "mkv",
                "custom_sid": null,
                "direct_source": "",
                "episode_num": 2,
                "id": "1099929",
                "info": {
                    "air_date": "2012-10-04",
                    "audio": {
                        "avg_frame_rate": "0/0",
                        "bit_rate": "192000",
                        "bits_per_sample": 0,
                        "channel_layout": "stereo",
                        "channels": 2,
                        "codec_long_name": "unknown",
                        "codec_name": "ac3",
                        "codec_tag": "0x0000",
                        "codec_tag_string": "[0][0][0][0]",
                        "codec_type": "audio",
                        "disposition": {
                            "attached_pic": 0,
                            "captions": 0,
                            "clean_effects": 0,
                            "comment": 0,
                            "default": 1,
                            "dependent": 0,
                            "descriptions": 0,
                            "dub": 0,
                            "forced": 1,
                            "hearing_impaired": 0,
                            "karaoke": 0,
                            "lyrics": 0,
                            "metadata": 0,
                            "original": 0,
                            "still_image": 0,
                            "timed_thumbnails": 0,
                            "visual_impaired": 0
                        },
                        "index": 1,
                        "r_frame_rate": "0/0",
                        "sample_fmt": "fltp",
                        "sample_rate": "48000",
                        "start_pts": 0,
                        "start_time": "0.000000",
                        "tags": {
                            "language": "spa",
                            "title": "Dos.hombres.y.medio.10x02.Pedazo.perro.m720p.WEB.DL.tenshou"
                        },
                        "time_base": "1/1000"
                    },
                    "bitrate": 1994,
                    "crew": "Eddie Gorodetsky, Chuck Lorre, James Widdoes, Jim Patterson",
                    "duration": "00:20:22",
                    "duration_secs": 1222,
                    "id": 2691,
                    "movie_image": "https://image.tmdb.org/t/p/w185/p1agGBrioboNcmOmwCYriyqftkG.jpg",
                    "rating": 5.1,
                    "video": {
                        "avg_frame_rate": "24000/1001",
                        "bits_per_raw_sample": "8",
                        "chroma_location": "left",
                        "closed_captions": 0,
                        "codec_long_name": "unknown",
                        "codec_name": "h264",
                        "codec_tag": "0x0000",
                        "codec_tag_string": "[0][0][0][0]",
                        "codec_type": "video",
                        "coded_height": 720,
                        "coded_width": 1280,
                        "color_primaries": "bt709",
                        "color_range": "tv",
                        "color_space": "bt709",
                        "color_transfer": "bt709",
                        "display_aspect_ratio": "16:9",
                        "disposition": {
                            "attached_pic": 0,
                            "captions": 0,
                            "clean_effects": 0,
                            "comment": 0,
                            "default": 1,
                            "dependent": 0,
                            "descriptions": 0,
                            "dub": 0,
                            "forced": 0,
                            "hearing_impaired": 0,
                            "karaoke": 0,
                            "lyrics": 0,
                            "metadata": 0,
                            "original": 0,
                            "still_image": 0,
                            "timed_thumbnails": 0,
                            "visual_impaired": 0
                        },
                        "extradata_size": 44,
                        "field_order": "progressive",
                        "film_grain": 0,
                        "has_b_frames": 1,
                        "height": 720,
                        "index": 0,
                        "is_avc": "true",
                        "level": 31,
                        "nal_length_size": "4",
                        "pix_fmt": "yuv420p",
                        "profile": "100",
                        "r_frame_rate": "24000/1001",
                        "refs": 1,
                        "sample_aspect_ratio": "1:1",
                        "start_pts": 0,
                        "start_time": "0.000000",
                        "tags": {
                            "title": "Dos.hombres.y.medio.10x02.Pedazo.perro.m720p.WEB.DL.tenshou"
                        },
                        "time_base": "1/1000",
                        "width": 1280
                    }
                },
                "season": 10,
                "title": "ES - Dos hombres y medio - S10E02 - Pedazo de Perro"
            },

info

"info": {
        "backdrop_path": [
            "https://image.tmdb.org/t/p/w1280/coHpOy9OJyFiHWeH36cSHMpLUHC.jpg",
            "https://image.tmdb.org/t/p/w1280/hwlWGc8LD6eTN1l1A9vd3geWwtC.jpg",
            "https://image.tmdb.org/t/p/w1280/uevNSMQQEeoUTik6MhvIq7PpeVe.jpg",
            "https://image.tmdb.org/t/p/w1280/q79GW419UwQPJuQ3Gxvxu56QY7R.jpg",
            "https://image.tmdb.org/t/p/w1280/nL99A7KQc7I5PSWo3CRHzorcjgS.jpg"
        ],
        "cast": "Ashton Kutcher, Jon Cryer, Conchata Ferrell",
        "category_id": "1451",
        "category_ids": [
            1451
        ],
        "cover": "https://image.tmdb.org/t/p/w600_and_h900_bestv2/sBR2LYNbgtnA76fbIO2AuX8duXD.jpg",
        "director": "Chuck Lorre, Lee Aronsohn",
        "episode_run_time": "30",
        "genre": "Comedia",
        "last_modified": "1714506285",
        "name": "ES - Dos hombres y medio",
        "plot": "Charlie Harper es un soltero con dinero que tiene una casa en la playa y gran éxito con las mujeres. Pero su informal estilo de vida en Malibú se ve bruscamente interrumpido cuando su hermano Alan, muy deprimido por su divorcio, y su hijo Jake, llegan para quedarse a vivir con él. La situación se complica aún más gracias a Evelyn, la egocéntrica y controladora madre de Charlie y Alan. A pesar de la complejidad de sus vidas y de sus tensas relaciones, Charlie y Alan tienen una cosa en común: adoran a Jake y quieren lo mejor para él.",
        "rating": "8",
        "rating_5based": "4",
        "releaseDate": "2003-09-22",
        "tmdb": "2691",
        "youtube_trailer": "h1YadOPGL-0"
    },

seasons

"seasons": [
        {
            "air_date": "null",
            "cover": "http://dinoxo.proxytx.cloud:80/images/series/oLQNVVlh79AKSYAQbk7k3lcUk1_small.jpg",
            "cover_big": "http://dinoxo.proxytx.cloud:80/images/series/oLQNVVlh79AKSYAQbk7k3lcUk1_big.jpg",
            "cover_tmdb": "https://image.tmdb.org/t/p/w600_and_h900_bestv2/oLQNVVlh79AKSYAQbk7k3lcUk1.jpg",
            "duration": "30",
            "episode_count": "41",
            "name": "Especiales",
            "overview": "http://dinoxo.proxytx.cloud:80/images/series/oLQNVVlh79AKSYAQbk7k3lcUk1_small.jpg",
            "releaseDate": "null",
            "season_number": 0
        },
        {
            "air_date": "2003-09-22",
            "cover": "http://dinoxo.proxytx.cloud:80/images/series/fyfbRX694ABfeYrnf1U8uiNvrY8_small.jpg",
            "cover_big": "http://dinoxo.proxytx.cloud:80/images/series/fyfbRX694ABfeYrnf1U8uiNvrY8_big.jpg",
            "cover_tmdb": "https://image.tmdb.org/t/p/w600_and_h900_bestv2/fyfbRX694ABfeYrnf1U8uiNvrY8.jpg",
            "duration": "30",
            "episode_count": "24",
            "name": "Temporada 1",
            "overview": "http://dinoxo.proxytx.cloud:80/images/series/fyfbRX694ABfeYrnf1U8uiNvrY8_small.jpg",
            "releaseDate": "2003-09-22",
            "season_number": 1
        },
        {
            "air_date": "2004-09-19",
            "cover": "http://dinoxo.proxytx.cloud:80/images/series/p7yt9yhwTGHicTAnizttTy88pov_small.jpg",
            "cover_big": "http://dinoxo.proxytx.cloud:80/images/series/p7yt9yhwTGHicTAnizttTy88pov_big.jpg",
            "cover_tmdb": "https://image.tmdb.org/t/p/w600_and_h900_bestv2/p7yt9yhwTGHicTAnizttTy88pov.jpg",
            "duration": "30",
            "episode_count": "24",
            "name": "Temporada 2",
            "overview": "http://dinoxo.proxytx.cloud:80/images/series/p7yt9yhwTGHicTAnizttTy88pov_small.jpg",
            "releaseDate": "2004-09-19",
            "season_number": 2
        },