{"id":16163950,"url":"https://github.com/rawleyfowler/api-vultr","last_synced_at":"2026-06-17T20:32:33.990Z","repository":{"id":193796338,"uuid":"688543027","full_name":"rawleyfowler/API-Vultr","owner":"rawleyfowler","description":"A LWP::UserAgent interface to the Vultr api","archived":false,"fork":false,"pushed_at":"2023-11-17T21:27:34.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T04:45:08.633Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"artistic-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rawleyfowler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-07T15:05:27.000Z","updated_at":"2023-10-30T13:39:51.000Z","dependencies_parsed_at":"2023-09-10T04:39:38.742Z","dependency_job_id":"8510e45b-b0c8-4c72-97c0-4eaa73fa7580","html_url":"https://github.com/rawleyfowler/API-Vultr","commit_stats":null,"previous_names":["rawleyfowler/api-vultr"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rawleyfowler/API-Vultr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawleyfowler%2FAPI-Vultr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawleyfowler%2FAPI-Vultr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawleyfowler%2FAPI-Vultr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawleyfowler%2FAPI-Vultr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rawleyfowler","download_url":"https://codeload.github.com/rawleyfowler/API-Vultr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawleyfowler%2FAPI-Vultr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34465319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2024-10-10T02:44:52.788Z","updated_at":"2026-06-17T20:32:33.967Z","avatar_url":"https://github.com/rawleyfowler.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# API::Vultr\n\nA simple Perl interface to the [Vultr](https://www.vultr.com) API, using [LWP::UserAgent](https://github.com/libwww-perl/libwww-perl).\n\n## Example\n\nPlease read the `POD` associated with `API::Vultr`, and the [Vultr API](https://vultr.com/api) to get a better understanding of all of the\navailable methods.\n\n```perl\nuse API::Vultr;\nuse Data::Dumper qw(Dumper);\n\nmy $vultr_api = API::Vultr-\u003enew(api_key =\u003e $ENV{VULTR_API_KEY});\n\nmy $create_response = $vultr_api-\u003ecreate_instance(\n    region =\u003e 'ewr',\n    plan =\u003e 'vc2-6c-16gb',\n    label =\u003e 'My Instance',\n    os_id =\u003e 215,\n    user_data =\u003e 'QmFzZTY4EVsw32WfsGGHsjKJI',\n    backups =\u003e 'enabled',\n    hostname =\u003e 'hostname'\n);\n\nif ($create_response-\u003eis_success) {\n    print Dumper($create_response-\u003edecoded_content);\n}\nelse {\n    die $create_response-\u003estatus_line;\n}\n```\n\n## License\n\nThis project is licensed under the Artistic 2.0 license. Please read the `LICENSE` file at the root of the\nproject for more information on what that means.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frawleyfowler%2Fapi-vultr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frawleyfowler%2Fapi-vultr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frawleyfowler%2Fapi-vultr/lists"}