Minkaku API
About Minkaku API
You can get ranking informations using Minkaku API.API
Request URL
http://minkaku.goga.co.jp/api/search.php?Parameter name=Parameter value&...Request parameter
| Parameters for string search | |
|---|---|
| Parameter name | Explaination |
| query | Set a string contained in add-ons' name. When unset, matches all add-ons. |
| Output control parameters | ||
|---|---|---|
| Parameter name | Explanation / available values | |
| start | Set the start index of the result.(default: 1) | |
| max | Set the max number of result.(default: 10,max: 30) | |
| sortby | Set the key for sort. Belows are available. | |
| ranking | Vote ranking (default) | |
| date | The earliest date when the add-on was voted to | |
| name | The name of the add-on | |
| order | Set the sort order belows are available | |
| asc | ascending order (default) | |
| desc | descending order | |
| output | Set output format. Belows are available. | |
| xml | XML format (default) | |
| csv | CSV format | |
Return parameter (XML format)
| Parameter name | Explaination |
|---|---|
| NumOfResult | Indicates the number of hits. |
| Rank | Indicates the rank in Minkaku. |
| Name | Indicates the name of the add-on. |
| URL | Indicates the distribution source of the add-on. |
| NumOfVote | Indicates the number of votes. |
Return parameter (CSV format)
rank of the add-on,name of the add-on,distribution URL,number of votes\r\n...
Example of the utility
Gets add-ons whose rank is 1 to 10 in ascending order in XML format. (all default)http://minkaku.goga.co.jp/api/search.phpGets latest 5 addd-ons which contains "Vista".http://minkaku.goga.co.jp/api/search.php?query=vista&sortby=date&order=desc&max=5