# Question: Can we do API lookups? Are there any limitations on the product (API requests etc.)
## Question: Can we do API lookups? Are there any limitations on the product (API requests etc.)
- Can't see any sort of limitation for our account: "As a member of the PSGA you are entitled to free Public Sector data transactions"
https://osdatahub.os.uk/dashboard
The API can return 429 but cannot find more details about it:
429 Too many requests Exceeded the number of requests per minute (rate-limit).
# Additional QQ and notes:
## Additional QQ and notes:
- when searching UPRN from address there are usually multiple results and match accuracy isn't provided. Do we want users to pick the matching address or should we just pick the first match?
- could not find a free OS ruby client for the API that I would recommend using. Best option is this but seems to be relying on a private repository https://github.com/DEFRA/defra-ruby-address/
- Auth strategy, there's 3 of them HTTP Header / Query String / OAuth2.