polon_search
Search Polish academic registry data including institutions, staff, projects, publications, and courses from the POL-on database. Retrieve structured JSON results with pagination support for research and academic queries.
Instructions
Query Polish POL-on registry data exposed by RAD-on Open Data API (same data as polon.nauka.gov.pl / radon.nauka.gov.pl/dane). No API key. Returns raw JSON: results[], pagination.maxCount, pagination.token (pass token as page_token for next page). Resources: institutions (higher-ed & science units), branches, employees (academic staff; supports first_name, last_name, discipline_name), projects (project_title_pl/en, project_number, keywords), publications PBN (publication_title, last_name as author surname), courses (course_name). Optional city/voivodeship apply to institutions and branches. Use accurate Polish strings; API matching is server-side.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource | Yes | POL-on dataset to query | |
| result_numbers | No | Page size (resultNumbers); max 100 per request | |
| page_token | No | Pagination token from prior response pagination.token | |
| city | No | Filter: city — use for institutions or branches (UTF-8, e.g. Kraków) | |
| voivodeship | No | Filter: Polish voivodeship name — institutions or branches | |
| institution_name | No | Filter: institution name fragment — institutions only | |
| first_name | No | Filter: employee first name — employees only | |
| last_name | No | Filter: surname — employees (firstName+lastName) or publications (author lastName) | |
| discipline_name | No | Filter: academic discipline name — employees only (e.g. astronomia) | |
| project_title_pl | No | Filter: Polish project title — projects only | |
| project_title_en | No | Filter: English project title — projects only | |
| project_number | No | Filter: grant/project number — projects only | |
| keywords | No | Filter: project keywords — projects only | |
| publication_title | No | Filter: publication title fragment — publications only | |
| course_name | No | Filter: field of study name — courses only |