Actinia Grass GIS
Actinia is an open source REST API for geographical data that uses GRASS GIS
| Category | Geocoding |
|---|---|
| Authentication | apiKey |
| HTTPS | Yes |
| CORS | unknown |
| Difficulty | intermediate |
| Official URL | https://what3words.com |
| Added Date | 2026-04-01 |
| Last Verified | 2026-04-01 |
What3Words is a geocoding API described as: Three words as rememberable and unique coordinates worldwide. It is useful when you need programmatic access to three words as rememberable and unique coordinates worldwide from applications, dashboards, or internal tools. The published entry point or documentation is hosted at what3words.com, which makes it a practical starting point for evaluating available endpoints and response formats. The listing indicates API-key-based access, which is typical for server-side integrations, scheduled jobs, and controlled client applications.
const url = "https://what3words.com/";
// Replace headers or query params with the values required by this API.
const response = await fetch(url, {
headers: {
"X-API-Key": "YOUR_API_KEY"
}
});
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data); Actinia is an open source REST API for geographical data that uses GRASS GIS
Get location information by IP address
A (country/region/city) in-cascade location API
Provides fast and accurate IP geolocation APIs along with security checks and confidence area
Create/customize digital maps based on Bing Maps data
Locate and identify website visitors by IP address
Real-time Geolocation & Reverse IP Lookup REST API
Actinia is an open source REST API for geographical data that uses GRASS GIS
Get all administrative divisions of a country
Address database of France, geocoding and reverse
IP Geolocation API. Collecting data from multiple sources
Get location information by IP address
A (country/region/city) in-cascade location API
Provides fast and accurate IP geolocation APIs along with security checks and confidence area
Create/customize digital maps based on Bing Maps data