Which endpoints does the ELTA Postcode API provide?
The ELTA Postcode API provides two main GET endpoints: /api/postcode/{postcode} for lookup by 5-digit postcode and /api/place/{place} for lookup by Greek place prefix.
The response is JSON with ok, type, query, count, and results, so it can be used by browser tools, backend services, or integrations.