Query train line + stations?

Hello,

The following query returns local train lines in a given region. Is there a way to also grab stations?

Thank you.

[out:json][timeout:60];
//region 123
rel(123);
map_to_area -> .searchArea;

(
rel[operator=Acme][route=train][type=route][network~"^Acme  "][ref~"^Acme "](area.searchArea);

//train stops?
//[operator=Acme]["public_transport"=station][railway=station]
);

out geom;