{"id":21195592,"url":"https://github.com/openpeeps/pexels-nim","last_synced_at":"2026-03-19T19:15:54.815Z","repository":{"id":257187719,"uuid":"857564079","full_name":"openpeeps/pexels-nim","owner":"openpeeps","description":"Nim library for the Pexels API","archived":false,"fork":false,"pushed_at":"2024-09-15T03:44:47.000Z","size":202,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T14:15:39.887Z","etag":null,"topics":["api-client","nim-clients","nim-language","openpeeps","pexels"],"latest_commit_sha":null,"homepage":"","language":"Nim","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openpeeps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-09-15T01:40:46.000Z","updated_at":"2024-09-15T03:44:51.000Z","dependencies_parsed_at":"2024-09-15T07:56:02.502Z","dependency_job_id":"1b49a953-ec6f-4964-9cc6-346b6aa09520","html_url":"https://github.com/openpeeps/pexels-nim","commit_stats":null,"previous_names":["openpeeps/pexels-nim"],"tags_count":0,"template":false,"template_full_name":"openpeeps/pistachio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openpeeps%2Fpexels-nim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openpeeps%2Fpexels-nim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openpeeps%2Fpexels-nim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openpeeps%2Fpexels-nim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openpeeps","download_url":"https://codeload.github.com/openpeeps/pexels-nim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243652711,"owners_count":20325607,"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":["api-client","nim-clients","nim-language","openpeeps","pexels"],"created_at":"2024-11-20T19:29:03.090Z","updated_at":"2026-01-02T00:44:53.910Z","avatar_url":"https://github.com/openpeeps.png","language":"Nim","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/openpeeps/pexels-nim/blob/main/.github/pexels.png\" width=\"210px\"\u003e\u003cbr\u003e\n  👑 Nim library for the Pexels API\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ccode\u003enimble install pexels\u003c/code\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/\"\u003eAPI reference\u003c/a\u003e\u003cbr\u003e\n  \u003cimg src=\"https://github.com/openpeeps/pexels-nim/workflows/test/badge.svg\" alt=\"Github Actions\"\u003e  \u003cimg src=\"https://github.com/openpeeps/pexels-nim/workflows/docs/badge.svg\" alt=\"Github Actions\"\u003e\n\u003c/p\u003e\n\n## 😍 Key Features\n- [x] Search Pexels for photos \u0026 videos\n- [x] Direct to Object parser\n- [x] Written in Nim language\n\nFirst, create your API key: https://www.pexels.com/api/\n\n## Examples\n**Search for Photos**\n\nSearch Pexels for any topic that you would like.\n\n```nim\nimport pkg/pexels\n\nlet\n  px: Pexels = newPexelsClient(apikey = \"123abc\")\n  pics: PexelsPhotosResponse =\n    waitFor px.search(\"cat\", perPage = 5)\nfor pic in pics:\n  echo pic.src.tiny\n```\n\n**Search for Videos**\n```nim\nimport pkg/pexels\nlet\n  px = newPexelsClient(apikey = \"123abc\")\n  vids: PexelsVideosResponse =\n    waitFor px.videos(\"nature\")\nfor vid in vids:\n  echo vid\n```\n\n### ❤ Contributions \u0026 Support\n- 🐛 Found a bug? [Create a new Issue](/issues)\n- 👋 Wanna help? [Fork it!](/fork)\n- 😎 [Get €20 in cloud credits from Hetzner](https://hetzner.cloud/?ref=Hm0mYGM9NxZ4)\n\n### 🎩 License\nPexels for Nim language | MIT license. [Made by Humans from OpenPeeps](https://github.com/openpeeps).\u003cbr\u003e\nCopyright \u0026copy; OpenPeeps \u0026 Contributors \u0026mdash; All rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenpeeps%2Fpexels-nim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenpeeps%2Fpexels-nim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenpeeps%2Fpexels-nim/lists"}