{"id":37034606,"url":"https://github.com/gonkers/scryfall-api-client","last_synced_at":"2026-01-14T04:03:15.929Z","repository":{"id":33197418,"uuid":"129574745","full_name":"Gonkers/Scryfall-API-Client","owner":"Gonkers","description":"This is a .NET client library for accessing the scryfall.com API","archived":false,"fork":false,"pushed_at":"2024-09-23T05:20:37.000Z","size":2190,"stargazers_count":16,"open_issues_count":6,"forks_count":9,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-12-01T13:44:29.779Z","etag":null,"topics":["dotnet","scryfall","scryfall-api"],"latest_commit_sha":null,"homepage":"","language":"C#","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/Gonkers.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":"2018-04-15T03:48:05.000Z","updated_at":"2024-12-25T18:02:12.000Z","dependencies_parsed_at":"2024-09-17T01:20:27.783Z","dependency_job_id":"a2047818-9fd4-48f8-8ef9-effd516800b4","html_url":"https://github.com/Gonkers/Scryfall-API-Client","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/Gonkers/Scryfall-API-Client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gonkers%2FScryfall-API-Client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gonkers%2FScryfall-API-Client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gonkers%2FScryfall-API-Client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gonkers%2FScryfall-API-Client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gonkers","download_url":"https://codeload.github.com/Gonkers/Scryfall-API-Client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gonkers%2FScryfall-API-Client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408986,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"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":["dotnet","scryfall","scryfall-api"],"created_at":"2026-01-14T04:03:15.328Z","updated_at":"2026-01-14T04:03:15.922Z","avatar_url":"https://github.com/Gonkers.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scryfall API Client\n\n[![Build status](https://gonkers.visualstudio.com/Scryfall-API-Client/_apis/build/status/Scryfall-API-Client%20Nuget)](https://gonkers.visualstudio.com/Scryfall-API-Client/_build/latest?definitionId=5)\n\n## Getting Started\nUntil I can get better documentation, see the [samples project](https://github.com/Gonkers/Scryfall-API-Client/tree/master/samples/ScryfallApi.WebSample) for examples.\n\n---\n## .NET Core Instructions\n### Add a service definition to your `startup.cs` file's `ConfigureServices` method.\n```c#\nservices.AddHttpClient\u003cScryfallApiClient\u003e(client =\u003e\n{\n    client.BaseAddress = new Uri(\"https://api.scryfall.com/\");\n});\n```\n### Add a `ScryfallApiClient` parameter and member to your Controller or Razor Page\n```c#\nScryfallApiClient _scryfallApi { get; }\n\npublic IndexModel(ScryfallApiClient scryfallApi)\n{\n    _scryfallApi = scryfallApi ?? throw new ArgumentNullException(nameof(scryfallApi));\n}\n```\n### Use the client\n```c#\nvar randomCard = await _scryfallApi.Cards.GetRandom();\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgonkers%2Fscryfall-api-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgonkers%2Fscryfall-api-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgonkers%2Fscryfall-api-client/lists"}