Every lookup in this package answers from a static list, and those lists have very different vintages. Two of them are no longer published at all. Use this to see which answers can be trusted to describe a domain as it is today.

source_vintage(source = NULL)

Arguments

source

Optional; one of "shalla", "dmoz", "stevenblack", "uni". If NULL, every source is returned.

Value

A tibble with one row per source: key, source, last_published, status, successor and note.

Examples

source_vintage()
#> # A tibble: 5 × 6
#>   key         source                       last_published status successor note 
#>   <chr>       <chr>                        <chr>          <chr>  <chr>     <chr>
#> 1 shalla      Shallalist                   2022-01        disco… UT-Capit… Shal…
#> 2 dmoz        DMOZ / Open Directory Proje… 2017-03        disco… Curlie (… DMOZ…
#> 3 ut1         UT-Capitole blacklists       NA             maint… NA        The …
#> 4 stevenblack Steven Black unified hosts   NA             maint… NA        Upda…
#> 5 uni         Hipo university-domains-list NA             maint… NA        Comm…
source_vintage("dmoz")
#> # A tibble: 1 × 6
#>   key   source                        last_published status      successor note 
#>   <chr> <chr>                         <chr>          <chr>       <chr>     <chr>
#> 1 dmoz  DMOZ / Open Directory Project 2017-03        discontinu… Curlie (… DMOZ…