https://github.com/apple502j/swapi
Scratch Wiki API
https://github.com/apple502j/swapi
Last synced: about 2 months ago
JSON representation
Scratch Wiki API
- Host: GitHub
- URL: https://github.com/apple502j/swapi
- Owner: apple502j
- License: cc0-1.0
- Created: 2018-02-27T09:28:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T09:45:37.000Z (about 7 years ago)
- Last Synced: 2025-02-13T07:15:24.335Z (3 months ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 "緑の旗"