You must be logged in to view this link.
-
API Key Manager
https://www.reocities.xyz/api-keys -
Reocities API Documentation
https://www.reocities.xyz/api/docs
Note: The domain of the API is www.reocities.xyz , not reocities.xyz .
| #!/bin/sh | |
| while true | |
| do | |
| curl 'https://www.reocities.xyz/' -H 'Accept-Encoding: gzip, deflate, sdch' -H 'Accept-Language: ja,en-US;q=0.9,en;q=0.8' -H 'Upgrade-Insecure-Requests: 1' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36' -H 'Accept:text/html, application/xhtml+xml, application/xml;q=0.9, image/avif, image/webp, image/apng, */*;q=0.8, application/signed-exchange;v=b3;q=0.9' -H 'Connection: keep-alive' --compressed -o /dev/null -w "%{time_starttransfer} %{http_code} %{errormsg}\n" -s | |
| sleep 600 | |
| done |
You must be logged in to view this link.
API Key Manager
https://www.reocities.xyz/api-keys
Reocities API Documentation
https://www.reocities.xyz/api/docs
Note: The domain of the API is www.reocities.xyz , not reocities.xyz .
| sfo.surge.sh|138.197.235.123 US, San Francisco | |
| lhr.surge.sh|46.101.67.123 GB, London | |
| yyz.surge.sh|159.203.50.177 CA, Toronto | |
| jfk.surge.sh|159.203.159.100 US, New York | |
| ams.surge.sh|188.166.132.94 NL, Amsterdam | |
| fra.surge.sh|138.68.112.220 DE, Frankfurt | |
| sgp.surge.sh|139.59.195.30 SG, Singapore | |
| blr.surge.sh|139.59.50.135 IN, Bangalore | |
| syd.surge.sh|45.76.126.95 AU, Sydney | |
| nrt.surge.sh|172.104.96.133 JP, Tokyo |
| /* | |
| Balloons version 2 sprite 2 | MSX / z88dk | |
| Copyright (c) 2025 BALLOON | FU-SEN | |
| The MIT License (MIT) - https://mit.balloon.net.eu.org/#2025 | |
| zcc +msx -lndos -create-app -subtype=disk -bn ballo2-2 balloon2-2.c | |
| --> BLOAD"BALLO2-2.MSX",R | |
| zcc +msx -lndos -create-app -bn ballo2-2 balloon2-2.c | |
| --> BLOAD"CAS:",R (BALLO2-2.CAS) | |
| zcc +msx -lndos -create-app -subtype=wav -bn ballo2-2 balloon2-2.c |
| /* | |
| Balloons version 2 sprite | MSX / z88dk | |
| Copyright (c) 2025 BALLOON | FU-SEN | |
| The MIT License (MIT) - https://mit.balloon.net.eu.org/#2025 | |
| zcc +msx -lndos -create-app -subtype=disk -bn balloon2 balloon2.c | |
| --> BLOAD"BALLOO2S.MSX",R | |
| zcc +msx -lndos -create-app -bn balloon2 balloon2.c | |
| --> BLOAD"CAS:",R (BALLOON2.CAS) | |
| zcc +msx -lndos -create-app -subtype=wav -bn balloon2 balloon2.c |
| 1 ' 3 minute timer balloon | SHARP POCKET COMPUTER PC-E200 / G series BASIC | |
| 2 ' Copyright (c) 2025 BALLOON | FU-SEN | |
| 3 ' The MIT License (MIT) - https://mit.balloon.net.eu.org/#2025 | |
| 100 CLS | |
| 110 FOR C=1 TO 76 | |
| 120 CIRCLE (71,24),C | |
| 130 CIRCLE (72,24),C | |
| 140 NEXT C | |
| 150 CLS | |
| 160 FOR B=10 TO 150 STEP 20 |
| /* | |
| Balloons version 2 | PC-E200 / G series | z88dk C language | |
| Copyright (c) 2025 BALLOON | FU-SEN | |
| The MIT License (MIT) - https://mit.balloon.net.eu.org/#2025 | |
| There is a problem with the operation with emulator g800! | |
| (version 0.11.4 and 20240414 (beta)) | |
| zcc +g800 -create-app -bn balloon2 balloon2.c | |
| --> MON | |
| R |
| /* | |
| Balloons version 2 | PC-G815 | z88dk C language | |
| Copyright (c) 2025 BALLOON | FU-SEN | |
| The MIT License (MIT) - https://mit.balloon.net.eu.org/#2025 | |
| There is a problem with the operation with emulator g800! | |
| (version 0.11.4 and 20240414 (beta)) | |
| zcc +g800 -create-app -bn balloon2 balloon2.c | |
| --> MON | |
| R |
| 1 ' POKE COM LOGO | SHARP POCKET COMPUTER PC-G811-PC-G830 (Excludes PC-G815) BASIC | |
| 2 ' Copyright (c) 2025 BALLOON | FU-SEN | |
| 3 ' The MIT License (MIT) - https://mit.balloon.net.eu.org/#2025 | |
| 100 RESTORE | |
| 110 CLS | |
| 120 S=PEEK(&H790D) | |
| 130 FOR Y=0 TO 2 | |
| 140 OUT &H58,&HB8+S | |
| 150 OUT &H58,&H40 | |
| 160 FOR X=0 TO 6*4-1 |
| /* | |
| Balloons version 2 | PC-G850 series | z88dk C language | |
| Copyright (c) 2025 BALLOON | FU-SEN | |
| The MIT License (MIT) - https://mit.balloon.net.eu.org/#2025 | |
| zcc +g800 -create-app -bn balloon2 balloon2.c | |
| --> MON | |
| R | |
| G100 | |
| */ |