/
/Botify API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 17m ago · Updated 2mo ago
Analysis23
  • getList all active analyses for a project
  • getGets an Analysis detail
  • getReturn global statistics for an analysis
  • getReturn statistics by 1mn, 5mn or 60mn for an analysis
  • getReturn a list of 1000 latest URLs crawled or with errors
  • getOrphan URLs
  • getLinks percentiles
  • getLost pagerank
  • getSitemaps reports
  • getSitemaps samples: out of config
  • getSitemaps samples: only sitemaps
  • getTop domains
  • getTop subddomains
  • getGet list of PDF Exports
  • postCreates a new PDFExport object and starts a task that will generate the file
  • getChecks the status of an UrlExport object-
  • postExecutes a query and returns a paginated response
  • postQuery aggregator
  • getGets an Analysis datamodel
  • getGet list of Exported Urls
  • postCreates a new UrlExport object and starts a task that will export the results into a csv
  • getChecks the status of an CSVUrlExportJob object-
  • getGets the detail of an URL for an analysis
Project3
    Analysis

    List all active analyses for a project

    List all active analyses for a project

    get/analyses/{username}/{project_slug}

    Query parameters

    pageinteger

    Page Number

    sizeinteger

    Page Size

    Response

    Successful operation

    idinteger
    slugstring
    namestring
    urlstring
    featuresstring
    urls_donestring
    urls_in_queuestring
    configstring
    date_createdstring date-time
    date_launchedstring date-time
    date_finishedstring date-time
    date_last_modifiedstring date-time

    Date of last modified analysis

    Changes