Package 'anyapi'

Title: Quickly Access Hundreds of 'APIs'
Description: Tools to interactively query hundreds of web 'APIs', with documentation.
Authors: Jon Harmon [aut, cre]
Maintainer: Jon Harmon <[email protected]>
License: MIT + file LICENSE
Version: 0.0.0.9000
Built: 2024-11-07 03:11:33 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")