get_colombia_radios: Get Radios of Colombia from API Colombia

View source: R/get_colombia_radios.R

get_colombia_radiosR Documentation

Get Radios of Colombia from API Colombia

Description

Retrieves information about radio stations in Colombia from the API Colombia. This function fetches only the following fields: id, name, frequency, and band.

Usage

get_colombia_radios()

Details

This function sends a GET request to the API Colombia service. If the API request fails or returns an error status code, the function returns NULL with an informative message.

Value

A tibble with the following columns:

  • id: Radio station identifier (integer)

  • name: Radio station name (character)

  • frequency: Broadcast frequency (numeric)

  • band: Frequency band (e.g., AM, FM) (character)

Returns NULL if the API request fails.

Note

Requires internet connection.

Source

API Colombia: https://api-colombia.com/api/v1/Radio

See Also

GET, fromJSON, tibble

Examples

if (interactive()) {
  get_colombia_radios()
}


ColombiAPI documentation built on May 6, 2026, 9:07 a.m.