ramtinak / ParseDevMusic

Parse Dev Music Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parse Dev Music

API version 1.0.3 updated 06/05/2016

Source codes available for Windows 8.1, Windows Phone 8.1 and Windows 10(UWP APP).

Parse Dev Studio Parse Dev Studio Music Api is an easy to use search service, You can download or strean directly. With this service you can easily access to any sites that is supported by Parse Dev Studio (for now is 14 sites: FazMusic, Farskids, IranMusic, Nex1Music, MusicIrooni, PopMusic, Ahangestan, PlayMusic, MusicBaz, MusicBaran, TakTaraneh, TehranMusic, Zenefarm music searcher, Mp3PM music searcher). Just type the site name and api will returns a result containing music/videos

Supported Sites

URL For getting list of supported sites:

http://api.win-nevis.com/sites.aspx

Returns a Json value:

	    [
	      {
	        "Address": string,
	        "IsRightToLeft": boolean,
	        "IsSearcher": boolean,
	        "Name": string
	      },
	      {
	        "Address": string,
	        "IsRightToLeft": boolean,
	        "IsSearcher": boolean,
	        "Name": string
	      }
	    ]
	    

Getting a special site:

http://api.win-nevis.com/index.aspx?siteAddress=SITENAME

Replace desired site name with "SITENAME". For example: For example getting farskids:

http://api.win-nevis.com/index.aspx?siteAddress=farskids

Json response:

	     [
	      {
	        "ComingSoon": false,
	        "Date": "23rd Mar 2016",
	        "ImageUrl": "http:\/\/www.27farskids.com\/wp-content\/uploads\/2016\/03\/ddd-1-e1458748085612.jpg",
	        "Name": "Matin M.T – Daghigheha",
	        "Singer": null,
	        "Song": null,
	        "Type": "music",
	        "Url": "http:\/\/www.27farskids.com\/music\/matin-m-t-daghigheha\/",
	        "View": "42,178 Views"
	      },
	      {
	        "ComingSoon": false,
	        "Date": "23rd Mar 2016",
	        "ImageUrl": "http:\/\/www.27farskids.com\/wp-content\/uploads\/2016\/03\/Mahyar-Tn-Ft-Andish-Ro-Ravane-Hame-Chi.jpg",
	        "Name": "Mahyar TN FT. Andish – Ro Ravane Hame Chi",
	        "Singer": null,
	        "Song": null,
	        "Type": "music",
	        "Url": "http:\/\/www.27farskids.com\/music\/mahyar-tn-ft-andish-ro-ravane-hame-chi\/",
	        "View": "41,083 Views"
	      }
	    ]

Getting a specific page of sites:

http://api.win-nevis.com/index.aspx?siteAddress=SITENAME&p=PAGENUMBER

example:

http://api.win-nevis.com/index.aspx?siteAddress=fazmusic&p=4

Json response is same of using without page number.

Search in site:

http://api.win-nevis.com/index.aspx?siteAddress=SITENAME&s=SEARCHWORD

Example:

http://api.win-nevis.com/index.aspx?siteAddress=iranmusic&s=saman%20jalili

Search with page number:

http://api.win-nevis.com/index.aspx?siteAddress=SITENAME&s=SEARCHWOR&p=PAGENUMBER

Example:

http://api.win-nevis.com/index.aspx?siteAddress=iranmusic&s=saman%20jalili&p=2

Json response looks like anothers.

Getting download links of a song, video

http://api.win-nevis.com/index.aspx?siteAddress=SITENAME&getDownloadLink=POSTLINK

Example:

http://api.win-nevis.com/index.aspx?siteAddress=farskids&getDownloadLink=http://www.28farskids.com/music/ahmad-saeedi-yadet-biad/

Json response

	     [
	      {
	        "CommingSoon": false,
	        "Dislike": null,
	        "Like": null,
	        "Name": "Ahmad Saeedi - Yadet Biad [320].mp3",
	        "PostId": null,
	        "Url": "http:\/\/dl3.27farskids.com\/R1\/Music\/95\/01\/03\/Ahmad%20Saeedi%20-%20Yadet%20Biad%20[320].mp3",
	        "Views": null
	      },
	      {
	        "CommingSoon": false,
	        "Dislike": null,
	        "Like": null,
	        "Name": "Ahmad Saeedi - Yadet Biad [128].mp3",
	        "PostId": null,
	        "Url": "http:\/\/dl3.27farskids.com\/R1\/Music\/95\/01\/03\/Ahmad%20Saeedi%20-%20Yadet%20Biad%20[128].mp3",
	        "Views": null
	      }
	    ]

Persian training: Parse Dev Music API in Win Nevis forum

About

Parse Dev Music Service


Languages

Language:C# 100.0%