An open API service indexing awesome lists of open source software.

https://github.com/apple502j/swapi

Scratch Wiki API
https://github.com/apple502j/swapi

Last synced: about 2 months ago
JSON representation

Scratch Wiki API

Awesome Lists containing this project

README

        

Scratch Wiki API.
for example, "Get Featured Article in Japanese Scratch-Wiki" is:
```
import requests
json=requests.get("https://raw.githubusercontent.com/apple502j/swapi/master/featured/ja.json").json()
print(json["featured"]["2018"]["3"]["article"])
```
returns "緑の旗"