Wikimedia
  1. Schemas
Wikimedia
  • Feed content availability
    • Gets availability of featured feed content for the apps by wiki domain.
  • Math
    • Check and normalize a TeX formula.
    • Get a previously-stored formula
    • Get rendered formula in the given format.
  • Bytes difference data
    • Get the sum of absolute value of text bytes difference between current edit and previous one.
    • Get the sum of absolute text bytes difference per page.
    • Get the sum of net text bytes difference between current edit and previous one.
    • Get the sum of net text bytes difference per page.
  • Edited pages data
    • Get edited-pages counts for a project.
    • Get new pages counts for a project.
    • Get top 100 edited-pages by absolute bytes-difference.
    • Get top 100 edited-pages by edits count.
    • Get top 100 edited-pages by net bytes-difference.
  • Editors data
    • Get editors counts for a project.
    • Get top 100 editors by absolute bytes-difference.
    • Get top 100 editors by edits count.
    • Get top 100 editors by net bytes-difference.
  • Edits data
    • Get edits counts for a project.
    • Get edit counts for a page in a project.
  • Legacy data
    • /metrics/legacy/pagecounts/aggregate/{project}/{access-site}/{granularity}/{start}/{end}
  • Pageviews data
    • Get pageview counts for a project.
    • Get pageview counts for a page.
    • Get pageviews by country and access method.
    • Get the most viewed articles for a project.
  • Registered users data
    • Get newly registered users counts for a project.
  • Unique devices data
    • Get unique devices count per project
  • Transform
    • Machine-translate content
    • Machine-translate content
    • Lists the language pairs supported by the back-end
    • Lists the tools available for a language pair
    • Lists the tools and language pairs available for the given tool category
    • Lists the tools and language pairs available for the given tool category
    • Lists the tools and language pairs available for the given tool category
    • Fetch the dictionary meaning of a word
    • Fetch the dictionary meaning of a word
  • Schemas
    • Schemas
      • absolute-bytes-difference
      • absolute-bytes-difference-per-editor
      • absolute-bytes-difference-per-page
      • availability
      • by-country
      • cx_dict
      • cx_languagepairs
      • cx_list_pairs_for_tool
      • cx_list_tools
      • cx_mt
      • edited-pages
      • editors
      • edits
      • edits-per-editor
      • edits-per-page
      • listing
      • net-bytes-difference
      • net-bytes-difference-per-editor
      • net-bytes-difference-per-page
      • new-pages
      • new-registered-users
      • originalimage
      • pagecounts-project
      • pageview-article
      • pageview-project
      • pageview-tops
      • problem
      • summary
      • thumbnail
      • top-edited-pages-by-abs-bytes-diff
      • top-edited-pages-by-edits
      • top-edited-pages-by-net-bytes-diff
      • top-editors-by-abs-bytes-diff
      • top-editors-by-edits
      • top-editors-by-net-bytes-diff
      • unique-devices
  1. Schemas

net-bytes-difference

{
    "items": [
        {
            "editor-type": "string",
            "granularity": "string",
            "page-type": "string",
            "project": "string",
            "results": [
                {
                    "net_bytes_diff": 0,
                    "timestamp": "string"
                }
            ]
        }
    ]
}
Built with