| openapi: 3.0.3 | |
| info: | |
| title: Open-Meteo Geocoding | |
| version: 1.0.0 | |
| servers: | |
| - url: https://geocoding-api.open-meteo.com | |
| paths: | |
| /v1/search: | |
| get: | |
| operationId: search_city | |
| summary: Şehir adına göre koordinat ve ülke bilgisi ara | |
| parameters: | |
| - name: name | |
| in: query | |
| required: true | |
| schema: | |
| type: string | |
| - name: count | |
| in: query | |
| required: false | |
| schema: | |
| type: integer | |
| default: 5 | |