In the veins of, but totally different from , this one https://feedback.secondlife.com/scripting-features/p/request-region-list-api I would like to request an EXTERNAL API Endpoint that returns _at least_ the following Region Info: * Name * Global Coordinates * Rating (G/M/A) * Maximum Avatar * Sim type (Full/Homestead) The selector would be _either_ RegionName _or_ (X,Y) (Global Coordinates). (EXTERNAL = can be hit by scripts / apps / service outside of Second Life without having to login) The information above would be very helpful for planners of travels/tours/convoy/caravan, as we can identify possible problematic places (e.g., regions with low MaxAv and/or Homestead regions), so we can plan ahead. I believe such info can be kept in an in-memory Redis structure, with the following mappings: * RegionName => UUID * (X,Y) => UUID * UUID => DetailedInfo Once-a-week Refresh of the Redis would be enough. Or, if you're generous, daily :-)