[ Disclaimer, Create new user --- Wiki markup help, Install P99 ]
Zones.json
From Project 1999 Wiki
Notes
- Currently just a json (schema/most recent version below)
- Gathered via scraping
- So some things may be weird/incorrect?
- Future updates:
- API (EQAtlas)
- GET/zone
- Params - Name
- Response - json object
- GET/path
- Params - Start, End, Ports Bool
- Response - Path from Start -> End
- GET/all_zones
- Params - All object fields
- Response - Objects that match
- GET/zone
- Item details (already in table, so why not)
- Future bug fixes:
- Fix unique cases where scraper doesn't work right
- API (EQAtlas)
- Repo - https://github.com/pastram-i/eqatlas_api
Schema:
{
"The Arena": { "Continent": "Antonica", "Type": "Outdoors", "URL Name": "The Arena", "Friendly Name (If different)": null, "Name in /who": "arena/arena2", "Full URL": "https://wiki.project1999.com/The_Arena", "Inactive": false, "46+": false, "Key Required": false, "Adjacent Zones": "Lake Rathetear", "Ocean Connections": [], "1 Way Connections": [], "Firepot Port": false, "Shaman Port": false, "Druid Port": false, "Wizard Port": false, "Level of Monsters": "n/a", "Types of Monsters": "n/a", "Notable NPCs": "n/a", "Unique Items": [], "ZEM Value": "n/a", "Succor/Evacuate": [], "Zone Spawn Timer": "n/a", "Related Quests": [], "Guilds": [], "City Races": [], "Tradeskill Facilities": [], "Player Guides": [] } },
current version: https://github.com/pastram-i/eqatlas_api/blob/master/app/src/zones.json