Nothing
#' Get Mobility Database API metadata
#'
#' @description
#' Retrieve information about the API itself, including version and commit hash.
#' This is primarily useful for debugging and reporting issues.
#'
#' @return A list containing API metadata including `version` and `commit_hash`.
#'
#' @keywords internal
#' @noRd
mobdb_metadata <- function() {
req <- mobdb_request("metadata")
resp <- httr2::req_perform(req)
httr2::resp_body_json(resp)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.