{"files":{"SKILL.md":"---\nname: open-data-api\ndescription: \"Open Data API skill. Use when working with Open Data for branches, atms, personal-current-accounts. Covers 12 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Open Data API\nAPI version: v1.3\n\n## Auth\nNo authentication required.\n\n## Base URL\nhttps://developer.openbanking.org.uk/reference-implementation/open-banking/v1.3\n\n## Setup\n1. No auth setup needed\n2. GET /branches -- verify access\n\n## Endpoints\n\n12 endpoints across 6 groups. See references/api-spec.lap for full details.\n\n### branches\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /branches | Gets a list of all `Branch` objects. |\n| HEAD | /branches | Gets header information on the current set of `Branch` data |\n\n### atms\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /atms | Gets a list of all `ATM` objects. |\n| HEAD | /atms | Gets header information on the current set of `ATM` data |\n\n### personal-current-accounts\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /personal-current-accounts | Gets a list of all `Personal Current Account` objects. |\n| HEAD | /personal-current-accounts | Gets header information on the current set of `Personal Current Account` data |\n\n### business-current-accounts\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /business-current-accounts | Gets a list of all `Branch Current Account` objects. |\n| HEAD | /business-current-accounts | Gets header information on the current set of `Business Current Account` data |\n\n### unsecured-sme-loans\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /unsecured-sme-loans | Gets a list of all `Unsercured SME Lending` objects. |\n| HEAD | /unsecured-sme-loans | Gets header information on the current set of `Unsercured SME Lending` data |\n\n### commercial-credit-cards\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /commercial-credit-cards | Gets a list of all `Commerical Credit Card` objects. |\n| HEAD | /commercial-credit-cards | Gets header information on the current set of `Commerical Credit Card` data |\n\n## Common Questions\n\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all branches?\" -> GET /branches\n- \"List all atms?\" -> GET /atms\n- \"List all personal-current-accounts?\" -> GET /personal-current-accounts\n- \"List all business-current-accounts?\" -> GET /business-current-accounts\n- \"List all unsecured-sme-loans?\" -> GET /unsecured-sme-loans\n- \"List all commercial-credit-cards?\" -> GET /commercial-credit-cards\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n\n## CLI\n\n```bash\n# Update this spec to the latest version\nnpx @lap-platform/lapsh get open-data-api -o references/api-spec.lap\n\n# Search for related APIs\nnpx @lap-platform/lapsh search open-data-api\n```\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Open Data API\n@base https://developer.openbanking.org.uk/reference-implementation/open-banking/v1.3\n@version v1.3\n@common_fields {If-Modified-Since: any # Used for conditional request, to retrieve data only if modified since a given date, If-None-Match: any # Used for conditional request, to retrieve data only if the given Etag value does not match}\n@endpoints 12\n@toc branches(2), atms(2), personal-current-accounts(2), business-current-accounts(2), unsecured-sme-loans(2), commercial-credit-cards(2)\n\n@group branches\n@endpoint GET /branches\n@desc Gets a list of all `Branch` objects.\n@returns(200) Successful response with a list of `Branch` data\n@errors {400: You have sent a request which could not be understood., 408: Your client has failed to submit a request, and a timeout has occurred., 429: You have requested this resource too often. Slow down., 500: An error occurred on the server. No further information is available., 503: The service is temporarily unavailable.}\n\n@endpoint HEAD /branches\n@desc Gets header information on the current set of `Branch` data\n\n@endgroup\n\n@group atms\n@endpoint GET /atms\n@desc Gets a list of all `ATM` objects.\n@returns(200) Successful response with a list of `ATM` data\n@errors {400: You have sent a request which could not be understood., 408: Your client has failed to submit a request, and a timeout has occurred., 429: You have requested this resource too often. Slow down., 500: An error occurred on the server. No further information is available., 503: The service is temporarily unavailable.}\n\n@endpoint HEAD /atms\n@desc Gets header information on the current set of `ATM` data\n\n@endgroup\n\n@group personal-current-accounts\n@endpoint GET /personal-current-accounts\n@desc Gets a list of all `Personal Current Account` objects.\n@returns(200) Successful response with a list of `Personal Current Account` data\n@errors {400: You have sent a request which could not be understood., 408: Your client has failed to submit a request, and a timeout has occurred., 429: You have requested this resource too often. Slow down., 500: An error occurred on the server. No further information is available., 503: The service is temporarily unavailable.}\n\n@endpoint HEAD /personal-current-accounts\n@desc Gets header information on the current set of `Personal Current Account` data\n\n@endgroup\n\n@group business-current-accounts\n@endpoint GET /business-current-accounts\n@desc Gets a list of all `Branch Current Account` objects.\n@returns(200) Successful response with a list of `Branch Current Account` data\n@errors {400: You have sent a request which could not be understood., 408: Your client has failed to submit a request, and a timeout has occurred., 429: You have requested this resource too often. Slow down., 500: An error occurred on the server. No further information is available., 503: The service is temporarily unavailable.}\n\n@endpoint HEAD /business-current-accounts\n@desc Gets header information on the current set of `Business Current Account` data\n\n@endgroup\n\n@group unsecured-sme-loans\n@endpoint GET /unsecured-sme-loans\n@desc Gets a list of all `Unsercured SME Lending` objects.\n@returns(200) Successful response with a list of `Unsecured SME Lending` data\n@errors {400: You have sent a request which could not be understood., 408: Your client has failed to submit a request, and a timeout has occurred., 429: You have requested this resource too often. Slow down., 500: An error occurred on the server. No further information is available., 503: The service is temporarily unavailable.}\n\n@endpoint HEAD /unsecured-sme-loans\n@desc Gets header information on the current set of `Unsercured SME Lending` data\n\n@endgroup\n\n@group commercial-credit-cards\n@endpoint GET /commercial-credit-cards\n@desc Gets a list of all `Commerical Credit Card` objects.\n@returns(200) Successful response with a list of `Commercial Credit Card` data\n@errors {400: You have sent a request which could not be understood., 408: Your client has failed to submit a request, and a timeout has occurred., 429: You have requested this resource too often. Slow down., 500: An error occurred on the server. No further information is available., 503: The service is temporarily unavailable.}\n\n@endpoint HEAD /commercial-credit-cards\n@desc Gets header information on the current set of `Commerical Credit Card` data\n\n@endgroup\n\n@end\n"}}