Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 941 Bytes

File metadata and controls

40 lines (30 loc) · 941 Bytes

scamdev

download: https://github.com/dragsbruh/scamdev/releases/latest/download/domains.json.gz

format

fields marked with ? at end of name are optional (might not exist). one of data or error will be present

{
  "example.is-a.dev": {
    "domain": "example.is-a.dev",
    "time":"2026-03-09T12:40:37.962Z",
    
    "data?": {
      "status": 200,
      "url": "https://final-resolved-url",
      
      "lang?": "en",
      "canonical?": "https://meta-canonical-tag",
      
      "title?": "page <title> tag",
      "body?": "cleaned page content",
      
      "favicon?": "https://resolved-favicon-url",
      "themeColor?": "#theme-color-hex",
      
      "opengraph": {
        "url?": "https://opengraph-url",
        "image?": "https://opengraph-image",
        "siteName?": "opengraph site name",
        "description?": "opengraph description"
      },
    },

    "error?": "error reason"
  },
}