{"id":24644947,"url":"https://github.com/ropensci/wikitaxa","last_synced_at":"2025-10-08T12:11:25.278Z","repository":{"id":60721873,"uuid":"61314596","full_name":"ropensci/wikitaxa","owner":"ropensci","description":"taxonomy data from Wikipedia/Wikidata/Wikispecies","archived":false,"fork":false,"pushed_at":"2025-07-24T22:28:13.000Z","size":2604,"stargazers_count":21,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-02T18:18:16.685Z","etag":null,"topics":["r","r-package","rstats","taxize","taxonomy","wikipedia-api","wikispecies"],"latest_commit_sha":null,"homepage":"https://docs.ropensci.org/wikitaxa","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ropensci.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":"codemeta.json","zenodo":null}},"created_at":"2016-06-16T17:56:58.000Z","updated_at":"2025-07-24T22:28:18.000Z","dependencies_parsed_at":"2025-05-19T21:04:44.507Z","dependency_job_id":"cc209f26-d437-482b-adcc-6f53c52ce18a","html_url":"https://github.com/ropensci/wikitaxa","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/ropensci/wikitaxa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Fwikitaxa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Fwikitaxa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Fwikitaxa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Fwikitaxa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ropensci","download_url":"https://codeload.github.com/ropensci/wikitaxa/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Fwikitaxa/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269203581,"owners_count":24377946,"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","status":"online","status_checked_at":"2025-08-07T02:00:09.698Z","response_time":73,"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":["r","r-package","rstats","taxize","taxonomy","wikipedia-api","wikispecies"],"created_at":"2025-01-25T14:13:42.088Z","updated_at":"2025-10-08T12:11:20.232Z","avatar_url":"https://github.com/ropensci.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"wikitaxa\n========\n\n```{r echo=FALSE}\nknitr::opts_chunk$set(\n  warning = FALSE,\n  message = FALSE,\n  collapse = TRUE,\n  comment = \"#\u003e\"\n)\n```\n\n[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)\n[![cran checks](https://badges.cranchecks.info/worst/wikitaxa.svg)](https://cloud.r-project.org/web/checks/check_results_wikitaxa.html)\n[![R-check](https://github.com/ropensci/wikitaxa/workflows/R-check/badge.svg)](https://github.com/ropensci/wikitaxa/actions/)\n[![codecov](https://codecov.io/gh/ropensci/wikitaxa/branch/master/graph/badge.svg)](https://codecov.io/gh/ropensci/wikitaxa)\n[![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/wikitaxa)](https://github.com/metacran/cranlogs.app)\n[![cran version](https://www.r-pkg.org/badges/version/wikitaxa)](https://cran.r-project.org/package=wikitaxa)\n\n`wikitaxa` - taxonomy data from Wikipedia/Wikidata/Wikispecies\n\n`wikitaxa` docs: https://docs.ropensci.org/wikitaxa/\n\nSee also the taxize book: https://books.ropensci.org/taxize/\n\n\n### Low level API\n\nThe low level API is meant for power users and gives you more control,\nbut requires more knowledge.\n\n* `wt_wiki_page()`\n* `wt_wiki_page_parse()`\n* `wt_wiki_url_build()`\n* `wt_wiki_url_parse()`\n* `wt_wikispecies_parse()`\n* `wt_wikicommons_parse()`\n* `wt_wikipedia_parse()`\n\n### High level API\n\nThe high level API is meant to be easier and faster to use.\n\n* `wt_data()`\n* `wt_data_id()`\n* `wt_wikispecies()`\n* `wt_wikicommons()`\n* `wt_wikipedia()`\n\nSearch functions:\n\n* `wt_wikicommons_search()`\n* `wt_wikispecies_search()`\n* `wt_wikipedia_search()`\n\n## Installation\n\nCRAN version\n\n```{r eval=FALSE}\ninstall.packages(\"wikitaxa\")\n```\n\nDev version\n\n```{r eval=FALSE}\nremotes::install_github(\"ropensci/wikitaxa\")\n```\n\n```{r}\nlibrary('wikitaxa')\n```\n\n## Contributors\n\n* [Ethan Welty](https://github.com/ezwelty)\n* [Scott Chamberlain](https://github.com/sckott)\n\n## Meta\n\n* Please [report any issues or bugs](https://github.com/ropensci/wikitaxa/issues).\n* License: MIT\n* Get citation information for `wikitaxa` in R doing `citation(package = 'wikitaxa')`\n* Please note that this project is released with a [Contributor Code of Conduct][coc]. By participating in this project you agree to abide by its terms.\n\n[![ropensci](https://ropensci.org/public_images/github_footer.png)](https://ropensci.org)\n\n[coc]: https://github.com/ropensci/wikitaxa/blob/master/CODE_OF_CONDUCT.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fropensci%2Fwikitaxa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fropensci%2Fwikitaxa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fropensci%2Fwikitaxa/lists"}