Skip to content

Instantly share code, notes, and snippets.

@kunteinzo
Last active March 15, 2026 15:07
Show Gist options
  • Select an option

  • Save kunteinzo/ae041c5ce66673280cc13010d4f90560 to your computer and use it in GitHub Desktop.

Select an option

Save kunteinzo/ae041c5ce66673280cc13010d4f90560 to your computer and use it in GitHub Desktop.

အသုပ်စုံ

API - https://kanye4sue021.heliohost.us

Parameter

Mahar

Prefix parameter - ?x=mahar
Join the following parameter as required.

  • Get List

    &type=getList

  • Get Genres

    &type=getGenres

  • Get List Content

    &type=getListContent&id=<id>
    <id> - Id from Get List

  • Get Genres Content

    &type=getGenresContent&id=<id>
    <id> - id from Get Genres

  • Get Movie Detail

    &type=getMovieDetail&id=<id>
    <id> - id from Get List Content or Get Genres Content

    Where type is movie.

  • Get Movie Stream

    &type=getMovieStream&contentId=<contentId>
    <contentId> - contentId from Get Movie Detail

  • Get Series Detail

    &type=getSeriesDetail&id=<id>
    <id> - id from Get List Content or Get Genres Content

    Where type is series.

  • Get Series Season

    &type=getSeriesSeason&seriesId=<seriesId>
    <seriesId> - seriesId from Get Series Detail

  • Get Season Episodes

    &type=getSeasonEpisodes&id=<id>
    <id> - id from Get Series Season

  • Get Episode Stream

    &type=getEpisodeStream&id=<id>
    <id> - id from Get Season Episodes

Comments are disabled for this gist.