| method: |
Method: myvideo.base.list_methods Example-Call: https://api.myvideo.de/prod/mobile/api2_rest.php?method=myvideo.base.list_methods&dev_id=[YOUR_DEV_ID]&website_id=[YOUR_WEBSITE_ID] Signatur: (string) dev_id, (string) website_id Documentation: get a list of methods, which you can call
Method: myvideo.base.list_categories Example-Call: https://api.myvideo.de/prod/mobile/api2_rest.php?method=myvideo.base.list_categories&dev_id=[YOUR_DEV_ID]&website_id=[YOUR_WEBSITE_ID] Signatur: (string) dev_id, (string) website_id Documentation: get a list of public categories, which you can use to build menues and create other apicalls
Method: myvideo.base.list_charts Example-Call: https://api.myvideo.de/prod/mobile/api2_rest.php?method=myvideo.base.list_charts&dev_id=[YOUR_DEV_ID]&website_id=[YOUR_WEBSITE_ID] Signatur: (string) dev_id, (string) website_id, (integer) per_page, (integer) page Documentation: get a list of valid charts, wich you can use to create calls with method myvideo.videos.list_by_chart_id
Method: myvideo.base.list_global_ids Example-Call: https://api.myvideo.de/prod/mobile/api2_rest.php?method=myvideo.base.list_global_ids&dev_id=[YOUR_DEV_ID]&website_id=[YOUR_WEBSITE_ID] Signatur: (string) dev_id, (string) website_id Documentation: get a list of valid global_id values for country filtering
Method: myvideo.videos.get_details Example-Call: https://api.myvideo.de/prod/mobile/api2_rest.php?method=myvideo.videos.get_details&dev_id=[YOUR_DEV_ID]&website_id=[YOUR_WEBSITE_ID]&movie_id=89&player_size=3 Signatur: (string) dev_id, (string) website_id, (string) movie_id, (integer) player_size [1|2|3|4|5|6] Documentation: get details of a specified video player_size can be 1,2,3,4,5 or 6. The exact results are documented in api documentation.
Method: myvideo.videos.list_by_tag Example-Call: https://api.myvideo.de/prod/mobile/api2_rest.php?method=myvideo.videos.list_by_tag&dev_id=[YOUR_DEV_ID]&website_id=[YOUR_WEBSITE_ID]&per_page=10&page=1&tag=Hamburg Signatur: (string) dev_id, (string) website_id, (integer) per_page, (integer) page, (string) tag Documentation: retrieve a list of videos, searched by a keyword and ordered by date. Used to build video lists
Method: myvideo.videos.list_by_user Example-Call: https://api.myvideo.de/prod/mobile/api2_rest.php?method=myvideo.videos.list_by_user&dev_id=[YOUR_DEV_ID]&website_id=[YOUR_WEBSITE_ID]&per_page=10&page=1&user=1234567890 Signatur: (string) dev_id, (string) website_id, (integer) per_page, (integer) page, (integer) user Documentation: retrieve a list of videos of a specific user, identified by user_id
Method: myvideo.videos.list_popular_by_tag Example-Call: https://api.myvideo.de/prod/mobile/api2_rest.php?method=myvideo.videos.list_popular_by_tag&dev_id=[YOUR_DEV_ID]&website_id=[YOUR_WEBSITE_ID]&per_page=10&page=1&tag=Hamburg Signatur: (string) dev_id, (string) website_id, (integer) per_page, (integer) page, (string) tag Documentation: DEPRECATED: use ordeing parameter instead retrieve a list of popular videosfor a specific tag
Method: myvideo.videos.list_by_category_and_tag Example-Call: https://api.myvideo.de/prod/mobile/api2_rest.php?method=myvideo.videos.list_by_category_and_tag&dev_id=[YOUR_DEV_ID]&website_id=[YOUR_WEBSITE_ID]&per_page=10&page=1&tag=Hamburg&cat=3 Signatur: (string) dev_id, (string) website_id, (integer) per_page, (integer) page, (string) tag, (integer) cat Documentation: retrieve a list of videos, searched by a keyword and a category id, ordered by the count of views
Method: myvideo.videos.list_by_category Example-Call: https://api.myvideo.de/prod/mobile/api2_rest.php?method=myvideo.videos.list_by_category&dev_id=[YOUR_DEV_ID]&website_id=[YOUR_WEBSITE_ID]&per_page=10&page=1&cat=3 Signatur: (string) dev_id, (string) website_id, (integer) per_page, (integer) page, (integer) cat Documentation: retrieve a list of videos, searched by a category id and ordered by date
Method: myvideo.videos.list_popular_by_category Example-Call: https://api.myvideo.de/prod/mobile/api2_rest.php?method=myvideo.videos.list_popular_by_category&dev_id=[YOUR_DEV_ID]&website_id=[YOUR_WEBSITE_ID]&per_page=10&page=1&cat=3 Signatur: (string) dev_id, (string) website_id, (integer) per_page, (integer) page, (integer) cat Documentation: DEPRECATED: use ordeing parameter instead. retrieve a list of videos, searched by a category id and ordered by date
Method: myvideo.videos.list_by_chart_id Example-Call: https://api.myvideo.de/prod/mobile/api2_rest.php?method=myvideo.videos.list_by_chart_id&dev_id=[YOUR_DEV_ID]&website_id=[YOUR_WEBSITE_ID]&per_page=10&page=1&chart_id=12 Signatur: (string) dev_id, (string) website_id, (integer) per_page, (integer) page, (integer) charts_id Documentation: retrieve a list of videos for a specified chart_id
Method: myvideo.videos.list_by_category_and_user Example-Call: https://api.myvideo.de/prod/mobile/api2_rest.php?method=myvideo.videos.list_by_category_and_user&dev_id=[YOUR_DEV_ID]&website_id=[YOUR_WEBSITE_ID]&per_page=10&page=1&user=12345&cat=3 Signatur: (string) dev_id, (string) website_id, (integer) per_page, (integer) page, (integer) user, (integer) cat Documentation: retrieve a list of videos, searched by a user id and a category id, ordered by the count of views
Method: myvideo.videos.list_by_category_and_fulltext_user Example-Call: https://api.myvideo.de/prod/mobile/api2_rest.php?method=myvideo.videos.list_by_category_and_fulltext_user&dev_id=[YOUR_DEV_ID]&website_id=[YOUR_WEBSITE_ID]&per_page=10&page=1&user=12345&cat=3&searchphrase=Hamburg Signatur: (string) dev_id, (string) website_id, (integer) per_page, (integer) page, (integer) user, (integer) cat, (string) searchphrase Documentation: retrieve a list of videos, searched by a user id, a category id and a fulltext searchphrase, ordered by the count of views
Method: myvideo.videos.list_by_fulltext_and_user Example-Call: https://api.myvideo.de/prod/mobile/api2_rest.php?method=myvideo.videos.list_by_fulltext_and_user&dev_id=[YOUR_DEV_ID]&website_id=[YOUR_WEBSITE_ID]&per_page=10&page=1&user=12345&searchphrase=Hamburg Signatur: (string) dev_id, (string) website_id, (integer) per_page, (integer) page, (integer) user, (string) searchphrase Documentation: retrieve a list of videos, searched by a user id, a category id and a fulltext searchphrase, ordered by the count of views
Method: myvideo.videos.list_by_fulltext Example-Call: https://api.myvideo.de/prod/mobile/api2_rest.php?method=myvideo.videos.list_by_fulltext&dev_id=[YOUR_DEV_ID]&website_id=[YOUR_WEBSITE_ID]&per_page=10&page=1&searchphrase=Hamburg Signatur: (string) dev_id, (string) website_id, (integer) per_page, (integer) page, (string) searchphrase Documentation: retrieve a list of videos, searched by a fulltext searchphrase, ordered by the count of views
Method: myvideo.videos.list_by_group Example-Call: https://api.myvideo.de/prod/mobile/api2_rest.php?method=myvideo.videos.list_by_group&dev_id=[YOUR_DEV_ID]&website_id=[YOUR_WEBSITE_ID]&per_page=10&page=1&group=1234 Signatur: (string) dev_id, (string) website_id, (integer) per_page, (integer) page, (integer) group_id Documentation: retrieve a list of videos of a group, specified by the group id
Method: myvideo.videos.list_by_playlist Example-Call: https://api.myvideo.de/prod/mobile/api2_rest.php?method=myvideo.videos.list_by_playlist&dev_id=[YOUR_DEV_ID]&website_id=[YOUR_WEBSITE_ID]&per_page=10&page=1&playlist=1234 Signatur: (string) dev_id, (string) website_id, (integer) per_page, (integer) page, (integer) playlist Documentation: retrieve a list of videos of a playlist, specified by the playlist id
Method: myvideo.playlist.list_by_user Example-Call: https://api.myvideo.de/prod/mobile/api2_rest.php?method=myvideo.playlist.list_by_user&dev_id=[YOUR_DEV_ID]&website_id=[YOUR_WEBSITE_ID]&per_page=10&page=1&user=1234 Signatur: (string) dev_id, (string) website_id, (integer) per_page, (integer) page, (integer) user Documentation: retrieve a list of playlists of a user, specified by the user id
|