GET /download/<query>.{json,rss}

Parameters

count
取得するバージョンの数(default: 10)
page
取得するページ。1ページに含まれるバージョンの数はcountの値によって変わる(default: 1)
query
stableを指定した場合は安定版、unstableを指定した場合は不安定版、prereleaseを指定した場合は公開されている最新のアルファ版、省略した場合は、stable、unstable、prereleaseをバージョンが新しい順に並べ替えて返す

説明

mikutterのバージョンを新しい順に返します。

https://mikutter.hachune.net/download/unstable.json
mikutterの最新の不安定版10件をJSON形式で取得します
https://mikutter.hachune.net/download/unstable.rss
上記と同じ情報をRSS形式で取得します
https://mikutter.hachune.net/download.json
不安定版とα版のうち、最新の10件を取得します
https://mikutter.hachune.net/download.json?page=3&count=20
不安定版とα版のうち、41個前のバージョンから60個前のバージョンを取得します

GET /faq.json

Parameters

なし

説明

FAQの内容を返します。

https://mikutter.hachune.net/faq.json
faqの内容を返します