For AI agents: visit https://tmap-skopenapi.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
curl --request GET \
--url 'https://apis.openapi.sk.com/tmap/staticMap?version=1&coordType=WGS84GEO&width=512&height=512&format=PNG' \
--header 'Accept: application/json'
- RESPONSE (200 | application/json)
{
"id":400,
"category":"Syntax",
"code":1001,
"message":"Invalid Request"
}
| Name | Type | Mandatory | Example | Description |
|---|
| id | String | Y | 400 | HTTP STATUS CODE 입니다. |
| category | String | Y | Syntax | 에러원인의 구분 내용 입니다. |
| code | String | Y | 1001 | 에러 코드 입니다. |
| message | String | Y | | 에러 메시지 입니다. |
