canonical: https://jentic.com/apis/wyjyt-geo-calculate.azurewebsites.net/wyjyt-geo-calculate-azurewebsites

# Wyjyt - Geo Calculate

Widget API to calculate Geo Coordinates, Geo Fences and Sun, Moon, Sky, Eclipse information. See https://wyjyt.com. The API exposes 4 endpoints.

## For AI agents

Programmatically convert the list of geo coordinates to a standard format - (latlon | utm | mgrs , calculate the distance between two geo coordinates.. Covers 4 operations.

## Scope

Does not handle payments, communications, or crm - use for maps and geolocation only.

## Capabilities

- Convert the list of geo coordinates to a standard format - (latlon | utm | mgrs
- Calculate the distance between two geo coordinates.
- Check if a list of coordinates are inside of a fence of coordinates.
- Query and filter Wyjyt - Geo Calculate records by parameters
- Monitor Wyjyt - Geo Calculate operational status and events

## Use cases

### Maps and Geolocation Operations

Use the Wyjyt - Geo Calculate to perform maps geolocation operations programmatically. The API provides 4 endpoints covering core functionality including convert the list of geo coordinates to a standard format - (latlon | utm | mgrs , calculate the distance between two geo coordinates., check if a list of coordinates are inside of a fence of coordinates..

Example prompt: Call POST /Convert to convert the list of geo coordinates to a standard format - (latlon | utm | mgrs

### Automated Convert Management

Automate convert operations by combining multiple Wyjyt - Geo Calculate endpoints. Agents can calculate the distance between two geo coordinates. and then check if a list of coordinates are inside of a fence of coordinates. in a single workflow.

Example prompt: Call POST /Distance to calculate the distance between two geo coordinates., then verify the result

### AI Agent Integration via Jentic

AI agents discover and call Wyjyt - Geo Calculate endpoints through Jentic without managing credentials directly. An agent searches for the required operation by intent, receives the matching endpoint schema, and executes the call with Jentic-managed authentication. This eliminates the need to read API documentation or handle none tokens manually.

Example prompt: Search Jentic for 'convert the list of geo coordinates to a standard format - (latlon | utm | mgrs ', load the operation schema, and execute with Jentic-managed credentials

## Key endpoints

| Method | Path | Description |
| --- | --- | --- |
| POST | `/Convert` | Convert the list of geo coordinates to a standard format - (latlon \| utm \| mgrs |
| POST | `/Distance` | Calculate the distance between two geo coordinates. |
| POST | `/Fence` | Check if a list of coordinates are inside of a fence of coordinates. |
| POST | `/Sky` | Calculate sun, moon, eclipse and sky information for the date and location. |

## Key resources

- **Convert** — Operations for Convert
- **Distance** — Operations for Distance
- **Fence** — Operations for Fence
- **Sky** — Operations for Sky

## AI readiness

This API is usable in Jentic One now. Its AI-readiness score against Jentic's framework shows where it stands today and where improvements would make it even easier for agents to use.

- **Score:** 62 / 100
- **Maturity:** AI-Aware
- **Dimensions:**
  - Foundational Compliance: 74 / 100
  - Developer Experience & Jentic Compatibility: 45 / 100
  - AI-Readiness & Agent Experience: 45 / 100
  - Agent Usability: 94 / 100
  - Security: 100 / 100
  - AI Discoverability: 75 / 100
- **View full report:** https://jentic.com/apis/wyjyt-geo-calculate.azurewebsites.net/wyjyt-geo-calculate-azurewebsites/scorecard
- **How the score is calculated:** https://docs.jentic.com/reference/api-readiness-framework/overview/
- **More about the dimensions:** https://docs.jentic.com/reference/api-readiness-framework/specification/#dimensional-model-overview

### Score it yourself

Every API in the directory is allowlisted, so you can re-score it with no key required.

- **Score your own API:** https://jentic.com/scorecard.md
- **Scoring CLI agent skill:** https://github.com/jentic/jentic-api-scorecard/blob/main/skills/jentic-api-scorecard/SKILL.md

```sh
npx @jentic/api-scorecard-cli score <openapi-url>
```

## Why Jentic

- **Setup:** Wiring Wyjyt Geo Calculate by hand still means wrapping its four calculation endpoints and parsing their responses yourself even though it needs no auth. Through Jentic you install once, import Wyjyt Geo Calculate from the API Directory, and your agent calls it.
- **Permission scoping:** Wyjyt Geo Calculate takes its inputs in the request body rather than a resource id in the URL path, so scope by operation: limit the agent to the operations it needs, such as converting coordinates or calculating distance. You choose that set, so fence and sky calculations are not included unless you add them.
- **Credential handling:** Wyjyt Geo Calculate needs no credential, so there is no secret to store, and nothing sensitive enters the agent's prompt, logs, or context.
- **Discovery method:** Agents search Jentic by intent such as 'convert geo coordinates to a standard format' or 'calculate distance between points', and Jentic returns the matching Wyjyt Geo Calculate operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

## Related APIs

- **Here** — Alternative maps geolocation API
- **Tomtom** — Alternative maps geolocation API
- **Googleapis** — Complementary maps geolocation API

## FAQ

### What authentication does the Wyjyt - Geo Calculate use?

The Wyjyt - Geo Calculate uses no authentication. Through Jentic, these credentials are stored encrypted in your Jentic One instance and injected at execution time, so raw secrets never enter the agent context.

### Can I convert the list of geo coordinates to a standard format - (latlon | utm | mgrs  with the Wyjyt - Geo Calculate?

Yes. Use the POST /Convert endpoint. The API returns structured JSON responses that agents can parse and act on directly.

### What are the rate limits for the Wyjyt - Geo Calculate?

Rate limits are not specified in the OpenAPI spec. Check the vendor documentation for current limits. Through Jentic, rate limiting is handled automatically with retry logic built into the execution layer.

### How do I convert the list of geo coordinates to a standard format - (latlon | utm | mgrs  through Jentic?

Install the Jentic SDK with pip install jentic, authenticate through Jentic One, the self-hosted execution layer, then search for 'convert the list of geo coordinates to a standard format - (latlon | utm | mgrs '. Jentic returns the matching Wyjyt - Geo Calculate operation with its input schema. Load the schema and execute the call - credentials are injected automatically.

### How many endpoints does the Wyjyt - Geo Calculate have?

The Wyjyt - Geo Calculate exposes 4 endpoints covering convert, distance, fence operations.

### Can I limit what my agent is allowed to do with the Wyjyt - Geo Calculate API?

Yes. Because you run Jentic One yourself, your own rules decide which operations and credentials the agent may use, and Wyjyt - Geo Calculate scopes cleanly by operation since each call takes its inputs in the request body rather than a resource id in the path. You can allow only the operations the agent needs, such as POST /Convert to standardize coordinates or POST /Distance to measure between points, and leave POST /Fence and POST /Sky out unless you add them. The agent can only call the operations you have permitted, so you keep control over what it does with this API.
