এই পরিষেবাটি কল করার জন্য, আমরা সুপারিশ করি যে আপনি Google-প্রদত্ত ক্লায়েন্ট লাইব্রেরিগুলি ব্যবহার করুন৷ যদি আপনার অ্যাপ্লিকেশনটিকে এই পরিষেবাটি কল করার জন্য আপনার নিজস্ব লাইব্রেরি ব্যবহার করতে হয়, আপনি API অনুরোধ করার সময় নিম্নলিখিত তথ্য ব্যবহার করুন৷
পরিষেবা শেষ পয়েন্ট
একটি পরিষেবা শেষ পয়েন্ট হল একটি বেস URL যা একটি API পরিষেবার নেটওয়ার্ক ঠিকানা নির্দিষ্ট করে৷ একটি পরিষেবার একাধিক পরিষেবা শেষ পয়েন্ট থাকতে পারে। এই পরিষেবাটির নিম্নলিখিত পরিষেবা শেষ পয়েন্ট রয়েছে এবং নীচের সমস্ত URIগুলি এই পরিষেবার শেষ পয়েন্টের সাথে সম্পর্কিত:
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2024-10-26 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The Pollen API provides daily pollen information with up to 1km resolution in over 65 countries using the `v1.forecast` resource."],["The API offers heatmap tile data through the `v1.mapTypes.heatmapTiles` resource, allowing retrieval of pollen visualization images."],["The service endpoint for the Pollen API is `https://pollen.googleapis.com`, and it is recommended to use Google-provided client libraries for interaction."]]],["The Pollen API, accessible via `pollen.googleapis.com`, offers two main resources: `v1.forecast` and `v1.mapTypes.heatmapTiles`. The `v1.forecast` resource, using the `lookup` method, retrieves up to five days of daily pollen data across 65+ countries, at a resolution of up to 1km. The `v1.mapTypes.heatmapTiles` resource, via the `lookupHeatmapTile` method, returns a PNG image byte array for pollen heatmap tiles, specified by map type, zoom, and x/y coordinates. These calls are made via GET methods.\n"]]