Pollen API FAQ
API에 비율 제한이 있나요?
Pollen API의 기본 비율 제한은 분당 쿼리 6,000개입니다.
결제를 사용 설정해야 하나요?
Pollen API를 사용하려면 유효한 결제 계정이 필요합니다. 결제 계정으로 프로젝트를 설정하려면 결제 사용 설정을 참조하세요.
지원되지 않는 위치를 쿼리하면 어떻게 되나요?
위도와 경도가 지원되는 국가 목록에 포함되지 않는 경우 '이 위치에 대한 정보를 사용할 수 없습니다. 다른 위치를 사용해 보세요.'라는 메시지가 표시됩니다.
식물에 꽃가루 데이터가 없지만 해당 국가에서 지원되는 경우 어떻게 되나요?
선택한 위치 및 날짜에 꽃가루 데이터가 없는 경우 다른 데이터 필드 없이 요청된 위치에 포함된 모든 식물의 식물 코드와 표시 이름이 응답에 포함됩니다. 예를 들면 다음과 같습니다.
"dailyInfo": [
{
"date": {
"year": 2023,
"month": 6,
"day": 22
},
"pollenTypeInfo": [
{
"code": "GRASS",
"displayName": "Grass"
},
{
"code": "TREE",
"displayName": "Tree"
},
{
"code": "WEED",
"displayName": "Weed"
}
],
"plantsInfo": [
{
"code": "HAZEL",
"displayName": "Hazel"
}
{
...
}
]
}
]
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-06-26(UTC)
[null,null,["최종 업데이트: 2024-06-26(UTC)"],[[["The Pollen API has a rate limit of 6,000 queries per minute and requires a valid billing account for usage."],["Requests for unsupported locations result in a 400 error, while requests for supported locations with missing pollen data return plant codes and display names without other data fields."]]],["The Pollen API has a default rate limit of 6,000 queries per minute, and a valid billing account is required for use. Querying unsupported locations results in a 400 error. If a location lacks pollen data but is within a supported country, the API returns the plant codes and display names without other data, such as pollen levels or counts. The response format shows date, plant type code, and display name.\n"]]