Package 'anyapi'

Title: Quickly Access Hundreds of 'APIs'
Description: Tools to interactively query hundreds of web 'APIs', with documentation.
Authors: Jon Harmon [aut, cre] (ORCID: <https://orcid.org/0000-0003-4781-4346>)
Maintainer: Jon Harmon <[email protected]>
License: MIT + file LICENSE
Version: 0.0.0.9000
Built: 2026-05-29 17:07:17 UTC
Source: https://github.com/jonthegeek/anyapi

Help Index


Search for APIS

Description

Search APIs from APIs.guru by title, service, and provider.

Usage

find_api(pattern, refresh = FALSE)

Arguments

pattern

A string to search for. This string is converted to lowercase before comparison.

refresh

Whether to force a refresh of the APIs.guru API list.

Value

A tibble with columns title, provider, service, and apid_url.

Examples

find_api("events")
find_api("fec.gov")