{"id":23240496,"url":"https://github.com/fablecode/wikia","last_synced_at":"2026-05-01T09:31:14.194Z","repository":{"id":91632786,"uuid":"96613283","full_name":"fablecode/wikia","owner":"fablecode","description":"Wikia is a NuGet library that makes it easy to access the wikia api","archived":false,"fork":false,"pushed_at":"2018-05-30T10:41:45.000Z","size":1464,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-22T10:12:04.401Z","etag":null,"topics":["c-sharp","nuget-package","visual-studio-team-services","wikia"],"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/fablecode.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":"2017-07-08T10:54:10.000Z","updated_at":"2023-03-13T08:39:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"b41ff2aa-cbca-4422-9333-b92f367485b3","html_url":"https://github.com/fablecode/wikia","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fablecode/wikia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fablecode%2Fwikia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fablecode%2Fwikia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fablecode%2Fwikia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fablecode%2Fwikia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fablecode","download_url":"https://codeload.github.com/fablecode/wikia/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fablecode%2Fwikia/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32492081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["c-sharp","nuget-package","visual-studio-team-services","wikia"],"created_at":"2024-12-19T05:12:26.839Z","updated_at":"2026-05-01T09:31:14.187Z","avatar_url":"https://github.com/fablecode.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![alt text](https://fablecode.visualstudio.com/_apis/public/build/definitions/81011f39-c070-4b51-8e1b-e56bfe2106c8/1/badge \"Visual studio team services build status\") \n\n# Wikia\nWikia is a C# library that makes it easy to access Wiki data.\n\n## How?\nEvery wiki has its API accessible through URL: {wikidomain}/api/v1/.\n\nFor example:\n\n1. [http://www.wikia.com/api/v1/](http://www.wikia.com/api/v1/)\n2. [http://yugioh.wikia.com/api/v1/](http://yugioh.wikia.com/api/v1/)\n3. [http://naruto.wikia.com/api/v1/](http://naruto.wikia.com/api/v1/)\n4. [http://elderscrolls.wikia.com/api/v1/](http://elderscrolls.wikia.com/api/v1/)\n\nFor a quickstart, http://api.wikia.com/wiki/Quick_Start\n\nFor documentation, http://api.wikia.com/wiki/Documentation\n\n## NuGet\n\n    PM\u003e Install-Package wikia\n\n## Quickstart\n\n```csharp\n\n// wiki domain\nstring domainUrl = \"http://yugioh.wikia.com\";\n\n// Article endpoint\nIWikiArticle articles = new WikiArticle(domainUrl);\n\n// Get Yugioh Wiki new articles\nvar result = articles.NewArticles();\n```\n\n## Endpoints\n\nFor a list of all endpoints, visit wiki api using {wikidomain}/api/v1/ format.\n\nExample: For Yugioh Wiki Api endpoints, i'd use [http://yugioh.wikia.com/api/v1/](http://yugioh.wikia.com/api/v1/).\n\nNotice the domain is \"http://yugioh.wikia.com\" and the suffix is \"/api/v1/\"\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffablecode%2Fwikia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffablecode%2Fwikia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffablecode%2Fwikia/lists"}