Search notes:

Overpass API: timeline

[out:csv(
   reftype   ,  -- node  ...
   ref       ,  -- id
   refversion,  -- incremented counter for each version?
   created   ,  -- valid from
   expired;     -- valid to (null for most current version)
   true ;
  "|"
)];


timeline(node, 240076086);

out;

See also

The timestamp statement.
Overpass API: statements

Index