{"id":23822464,"url":"https://github.com/petermcd/monzo-api","last_synced_at":"2025-04-09T12:08:58.806Z","repository":{"id":37891056,"uuid":"405650155","full_name":"petermcd/monzo-api","owner":"petermcd","description":"Python package to interact with the API provided by Monzo bank","archived":false,"fork":false,"pushed_at":"2025-01-19T13:59:59.000Z","size":1506,"stargazers_count":32,"open_issues_count":4,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T11:47:13.411Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/petermcd.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"petermcd"}},"created_at":"2021-09-12T13:31:35.000Z","updated_at":"2025-03-22T18:54:17.000Z","dependencies_parsed_at":"2023-12-07T02:21:49.402Z","dependency_job_id":"fc50a681-9bd8-48e0-97b6-169da33dcc5f","html_url":"https://github.com/petermcd/monzo-api","commit_stats":{"total_commits":51,"total_committers":9,"mean_commits":5.666666666666667,"dds":"0.27450980392156865","last_synced_commit":"31a7288859e2ca4d00711ff4cad259b642e45449"},"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petermcd%2Fmonzo-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petermcd%2Fmonzo-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petermcd%2Fmonzo-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petermcd%2Fmonzo-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/petermcd","download_url":"https://codeload.github.com/petermcd/monzo-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248036067,"owners_count":21037092,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-02T09:19:24.925Z","updated_at":"2025-04-09T12:08:58.785Z","avatar_url":"https://github.com/petermcd.png","language":"Python","funding_links":["https://github.com/sponsors/petermcd"],"categories":[],"sub_categories":[],"readme":"Monzo API\n=====================================\n\nThe Monzo API package allows you to interact with the API provided by Monzo\nbank.\n\nDISCLAIMER\n-------------------------------------\n\nBefore using this package it is important to understand that the Monzo API should only be\nused for non-public projects hosted securely. Please do not use this on a public server\nand do not use it for accessing other users accounts.\n\nInstallation\n-------------------------------------\n\nThe package can be installed as a standard pip project:\n\n\n.. code-block:: bash\n\n    pip install monzo-api\n\nBasic Usage\n-------------------------------------\n\nPrior to using the API you need to obtain a few details from Monzo. Please\nread `this \u003chttps://monzo-api.readthedocs.io/en/latest/monzo_setup.html\u003e`_\ndocument.\n\nPlease see the examples in the example directory.\n\nDocumentation\n-------------------------------------\n\nFull documentation can be found on\n`Read The Docs \u003chttps://monzo-api.readthedocs.io\u003e`_\n\nImplemented End Points\n-------------------------------------\n\n.. list-table:: Monzo Endpoints\n    :widths: 45 30 25 25\n    :header-rows: 1\n\n    * - End Point\n      - Implemented\n      - Version\n      - Tests Written\n    * - Authentication\n      - yes\n      - 0.0.1\n      - No\n    * - Refresh Access\n      - yes\n      - 0.0.1\n      - No\n    * - Whoami\n      - yes\n      - 0.0.1\n      - Yes\n    * - Logout\n      - yes\n      - 0.0.1\n      - Yes\n    * - List Accounts\n      - yes\n      - 0.0.2\n      - Yes\n    * - Read Balance\n      - yes\n      - 0.0.2\n      - Yes\n    * - List Pots\n      - yes\n      - 0.0.3\n      - No\n    * - Deposit Into Pot\n      - yes\n      - 0.0.3\n      - No\n    * - Withdraw From Pot\n      - yes\n      - 0.0.3\n      - No\n    * - Get Transaction\n      - yes\n      - 0.0.4\n      - No (Testing Fails)\n    * - Get Transaction List\n      - yes\n      -  0.0.4\n      - Yes\n    * - Annotate Transaction\n      - yes\n      - 0.1.1 \\*\n      - Yes\n    * - Create Feed Item\n      - yes\n      - 0.0.2\n      - Yes\n    * - Upload Attachment\n      -\n      -\n      - No\n    * - Register Attachment\n      -\n      -\n      - No\n    * - Deregister Attachment\n      -\n      -\n      - No\n    * - Fetch Receipt\n      - yes\n      - 0.1.2\n      - Yes\n    * - Create Receipt\n      - yes\n      - 0.1.2\n      - Yes\n    * - Delete Receipt\n      - yes\n      - 0.1.2\n      - No, Functionality currently broken\n    * - Register Webhook\n      - yes\n      - 0.0.3\n      - Yes\n    * - List Webhooks\n      - yes\n      - 0.0.3\n      - Yes\n    * - Delete Webhooks\n      - yes\n      - 0.0.3\n      - Yes\n    * - Open Banking API\n      - No\n      - \\*\\*\n      -\n\n* \\* Annotations only appear to work for existing keys such as Notes `view on the forum \u003chttps://community.monzo.com/t/annotate-transaction-endpoint-not-working-for-custom-key/121203\u003e`_.\n* \\*\\* It is unlikely that this package will implement usage of the Open Banking API due to restrictions accessing it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetermcd%2Fmonzo-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpetermcd%2Fmonzo-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetermcd%2Fmonzo-api/lists"}