find_satellites_above

List satellites above an observer within an angular search radius.

Signature: find_satellites_above(observer_lat: decimal number, decimal degrees (WGS84), required; observer_lon: decimal number, decimal degrees (WGS84), required; observer_alt_m: decimal number, metres, optional, default 0; radius_deg: integer, degrees, optional, default 30; category_id: integer, optional, default 0; limit: integer, items, optional, default 25; offset: integer, items, optional, default 0)

Direct GET

For navigating agents: open the HTML page with parameters in the URL. The result is fetched and displayed without screenshots or form filling.

Open this validated HTML GET URL

https://allemannsdata.com/wiki/kilder/n2yo/find_satellites_above/?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0

Replace {observer_lat}, {observer_lon}, {observer_alt_m}, {radius_deg}, {category_id} with values. Remove unused optional parameters from the URL.

For software and dashboards: Read the operation descriptor. The JSON GET template is https://allemannsdata.com/wiki/api/v1/kilder/n2yo/find_satellites_above?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0. Open this exact request as JSON.

ParameterRequirementJSON typeDescription
observer_latrequirednumberObserver latitude in WGS84 decimal degrees. Unit: decimal degrees (WGS84).
observer_lonrequirednumberObserver longitude in WGS84 decimal degrees. Unit: decimal degrees (WGS84).
observer_alt_moptionalnumberObserver altitude above sea level in metres. Unit: metres.
radius_degoptionalintegerSearch radius from 0 to 90 degrees. Unit: degrees.
category_idoptionalintegerN2YO category id; 0 means all categories, 1 brightest.
limitoptionalintegerGateway page size; default 25, maximum 100.
offsetoptionalintegerNumber of list items to skip; default 0.
Generated JavaScript, Python and response structure

Use JSON when the user requests code, machine-readable data, value extraction or further computation. Use the HTML GET page to identify the correct source and verify parameters.

Example for generated JavaScript and Python

https://allemannsdata.com/wiki/api/v1/kilder/n2yo/find_satellites_above?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0

Replace URL placeholders and remove unused optional parameters.

JavaScript in a dashboard

const url = "https://allemannsdata.com/wiki/api/v1/kilder/n2yo/find_satellites_above?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0";
const response = await fetch(url);
if (!response.ok) {
  const failure = await response.json();
  throw new Error(`${failure.error.code}: ${failure.error.message} ${failure.suggestion}`);
}
const result = await response.json();
const data = result.data;

Python without additional packages

import json
from urllib.request import urlopen

url = "https://allemannsdata.com/wiki/api/v1/kilder/n2yo/find_satellites_above?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0"
with urlopen(url) as response:
    result = json.load(response)
data = result["data"]

Response structure

{
  "source": "n2yo",
  "operation": "find_satellites_above",
  "parameters": {},
  "data": {},
  "entities": [],
  "_meta": {"retrieved_at": "...", "sources": [], "cache": {}},
  "_links": {"self": "...", "source": "...", "wiki": "...", "feedback": "..."}
}
Form for manual use

The form is a fallback for people and browser agents that cannot open the GET URL directly.

Type: decimal number. Observer latitude in WGS84 decimal degrees. Unit: decimal degrees (WGS84).
Type: decimal number. Observer longitude in WGS84 decimal degrees. Unit: decimal degrees (WGS84).
Type: decimal number. Observer altitude above sea level in metres. Unit: metres.
Type: integer. Search radius from 0 to 90 degrees. Unit: degrees.
Type: integer. N2YO category id; 0 means all categories, 1 brightest.

Result

Source: N2YO satellite data. Retrieved 2026-09-27T11:05:01Z in 0.871 seconds.

info:
category:
ANY
transactionscount:
94
satcount:
148
above:

25 results

  1. satid:
    602
    satname:
    WESTFORD NEEDLES
    intDesignator:
    1963-014E
    launchDate:
    1963-05-09
    satlat:
    66.269
    satlng:
    13.5071
    satalt:
    3642.3361
  2. satid:
    629
    satname:
    WESTFORD NEEDLES
    intDesignator:
    1963-014G
    launchDate:
    1963-05-09
    satlat:
    69.9028
    satlng:
    16.4912
    satalt:
    3670.8953
  3. satid:
    702
    satname:
    WESTFORD NEEDLES
    intDesignator:
    1963-014H
    launchDate:
    1963-05-09
    satlat:
    69.0465
    satlng:
    14.6169
    satalt:
    3679.0696
  4. satid:
    735
    satname:
    OPS 3367 B
    intDesignator:
    1964-002C
    launchDate:
    1964-01-19
    satlat:
    64.1363
    satlng:
    6.7394
    satalt:
    799.9214
  5. satid:
    829
    satname:
    ELEKTRON 3
    intDesignator:
    1964-038A
    launchDate:
    1964-07-10
    satlat:
    57.0284
    satlng:
    7.5537
    satalt:
    2396.6009
  6. satid:
    837
    satname:
    OPS 3674 (VELA 4)
    intDesignator:
    1964-040B
    launchDate:
    1964-07-17
    satlat:
    44.8747
    satlng:
    7.7048
    satalt:
    173593.9858
  7. satid:
    4255
    satname:
    SL-8 R/B
    intDesignator:
    1969-103B
    launchDate:
    1969-11-24
    satlat:
    66.5757
    satlng:
    12.3041
    satalt:
    1154.2173
  8. satid:
    4327
    satname:
    SERT 2
    intDesignator:
    1970-009A
    launchDate:
    1970-02-04
    satlat:
    61.7463
    satlng:
    12.5684
    satalt:
    1047.8831
  9. satid:
    6197
    satname:
    EXPLORER 47 (IMP-7)
    intDesignator:
    1972-073A
    launchDate:
    1972-09-23
    satlat:
    59.3353
    satlng:
    -46.5815
    satalt:
    228008.3199
  10. satid:
    7020
    satname:
    DELTA 1 DEB
    intDesignator:
    1973-086L
    launchDate:
    1973-11-06
    satlat:
    64.3468
    satlng:
    9.359
    satalt:
    1712.0191
  11. satid:
    7440
    satname:
    COSMOS 682
    intDesignator:
    1974-072F
    launchDate:
    1974-09-19
    satlat:
    65.3224
    satlng:
    0.6816
    satalt:
    1477.4213
  12. satid:
    8601
    satname:
    MOLNIYA 1-32
    intDesignator:
    1976-006A
    launchDate:
    1976-01-22
    satlat:
    61.1107
    satlng:
    15.8855
    satalt:
    34139.595
  13. satid:
    10150
    satname:
    COSMOS 931
    intDesignator:
    1977-068A
    launchDate:
    1977-07-20
    satlat:
    71.0645
    satlng:
    -26.0256
    satalt:
    23216.9835
  14. satid:
    10446
    satname:
    COSMOS 839 DEB
    intDesignator:
    1976-067X
    launchDate:
    1976-07-08
    satlat:
    60.0779
    satlng:
    0.592
    satalt:
    1215.0323
  15. satid:
    10619
    satname:
    COSMOS 839 DEB
    intDesignator:
    1976-067AT
    launchDate:
    1976-07-08
    satlat:
    58.7151
    satlng:
    10.2866
    satalt:
    2001.5902
  16. satid:
    10621
    satname:
    COSMOS 839 DEB
    intDesignator:
    1976-067AV
    launchDate:
    1976-07-08
    satlat:
    65.3101
    satlng:
    16.251
    satalt:
    1543.1199
  17. satid:
    11047
    satname:
    COSMOS 1038
    intDesignator:
    1978-091E
    launchDate:
    1978-10-04
    satlat:
    59.8037
    satlng:
    -2.9418
    satalt:
    1495.0577
  18. satid:
    11321
    satname:
    SL-8 R/B
    intDesignator:
    1979-028B
    launchDate:
    1979-04-07
    satlat:
    66.0611
    satlng:
    9.4243
    satalt:
    971.7743
  19. satid:
    11705
    satname:
    ATLAS 35F R/B
    intDesignator:
    1980-011B
    launchDate:
    1980-02-09
    satlat:
    64.1216
    satlng:
    44.318
    satalt:
    14411.7254
  20. satid:
    11847
    satname:
    SL-6 R/B(2)
    intDesignator:
    1980-050B
    launchDate:
    1980-06-14
    satlat:
    48.1103
    satlng:
    -22.8694
    satalt:
    37454.6085
  21. satid:
    12297
    satname:
    COSMOS 1244
    intDesignator:
    1981-013A
    launchDate:
    1981-02-12
    satlat:
    59.7627
    satlng:
    5.2765
    satalt:
    1008.5471
  22. satid:
    12303
    satname:
    COSMOS 1247
    intDesignator:
    1981-016A
    launchDate:
    1981-02-19
    satlat:
    52.2839
    satlng:
    -33.0888
    satalt:
    27240.0058
  23. satid:
    12311
    satname:
    SL-6 R/B(2)
    intDesignator:
    1981-016E
    launchDate:
    1981-02-19
    satlat:
    71.6575
    satlng:
    -52.9797
    satalt:
    25621.681
  24. satid:
    13075
    satname:
    SL-6 R/B(2)
    intDesignator:
    1982-015D
    launchDate:
    1982-02-26
    satlat:
    62.3128
    satlng:
    26.5498
    satalt:
    39469.1711
  25. satid:
    13512
    satname:
    THOR ABLESTAR DEB
    intDesignator:
    1961-015KV
    launchDate:
    1961-06-29
    satlat:
    62.0615
    satlng:
    4.5096
    satalt:
    736.7083
limit:
25
offset:
0
returned:
25
has_more_results:
yes
truncated:
yes
next_offset:
25
Show all fields in HTML
info:
category:
ANY
transactionscount:
94
satcount:
148
above:

25 results

  1. satid:
    602
    satname:
    WESTFORD NEEDLES
    intDesignator:
    1963-014E
    launchDate:
    1963-05-09
    satlat:
    66.269
    satlng:
    13.5071
    satalt:
    3642.3361
  2. satid:
    629
    satname:
    WESTFORD NEEDLES
    intDesignator:
    1963-014G
    launchDate:
    1963-05-09
    satlat:
    69.9028
    satlng:
    16.4912
    satalt:
    3670.8953
  3. satid:
    702
    satname:
    WESTFORD NEEDLES
    intDesignator:
    1963-014H
    launchDate:
    1963-05-09
    satlat:
    69.0465
    satlng:
    14.6169
    satalt:
    3679.0696
  4. satid:
    735
    satname:
    OPS 3367 B
    intDesignator:
    1964-002C
    launchDate:
    1964-01-19
    satlat:
    64.1363
    satlng:
    6.7394
    satalt:
    799.9214
  5. satid:
    829
    satname:
    ELEKTRON 3
    intDesignator:
    1964-038A
    launchDate:
    1964-07-10
    satlat:
    57.0284
    satlng:
    7.5537
    satalt:
    2396.6009
  6. satid:
    837
    satname:
    OPS 3674 (VELA 4)
    intDesignator:
    1964-040B
    launchDate:
    1964-07-17
    satlat:
    44.8747
    satlng:
    7.7048
    satalt:
    173593.9858
  7. satid:
    4255
    satname:
    SL-8 R/B
    intDesignator:
    1969-103B
    launchDate:
    1969-11-24
    satlat:
    66.5757
    satlng:
    12.3041
    satalt:
    1154.2173
  8. satid:
    4327
    satname:
    SERT 2
    intDesignator:
    1970-009A
    launchDate:
    1970-02-04
    satlat:
    61.7463
    satlng:
    12.5684
    satalt:
    1047.8831
  9. satid:
    6197
    satname:
    EXPLORER 47 (IMP-7)
    intDesignator:
    1972-073A
    launchDate:
    1972-09-23
    satlat:
    59.3353
    satlng:
    -46.5815
    satalt:
    228008.3199
  10. satid:
    7020
    satname:
    DELTA 1 DEB
    intDesignator:
    1973-086L
    launchDate:
    1973-11-06
    satlat:
    64.3468
    satlng:
    9.359
    satalt:
    1712.0191
  11. satid:
    7440
    satname:
    COSMOS 682
    intDesignator:
    1974-072F
    launchDate:
    1974-09-19
    satlat:
    65.3224
    satlng:
    0.6816
    satalt:
    1477.4213
  12. satid:
    8601
    satname:
    MOLNIYA 1-32
    intDesignator:
    1976-006A
    launchDate:
    1976-01-22
    satlat:
    61.1107
    satlng:
    15.8855
    satalt:
    34139.595
  13. satid:
    10150
    satname:
    COSMOS 931
    intDesignator:
    1977-068A
    launchDate:
    1977-07-20
    satlat:
    71.0645
    satlng:
    -26.0256
    satalt:
    23216.9835
  14. satid:
    10446
    satname:
    COSMOS 839 DEB
    intDesignator:
    1976-067X
    launchDate:
    1976-07-08
    satlat:
    60.0779
    satlng:
    0.592
    satalt:
    1215.0323
  15. satid:
    10619
    satname:
    COSMOS 839 DEB
    intDesignator:
    1976-067AT
    launchDate:
    1976-07-08
    satlat:
    58.7151
    satlng:
    10.2866
    satalt:
    2001.5902
  16. satid:
    10621
    satname:
    COSMOS 839 DEB
    intDesignator:
    1976-067AV
    launchDate:
    1976-07-08
    satlat:
    65.3101
    satlng:
    16.251
    satalt:
    1543.1199
  17. satid:
    11047
    satname:
    COSMOS 1038
    intDesignator:
    1978-091E
    launchDate:
    1978-10-04
    satlat:
    59.8037
    satlng:
    -2.9418
    satalt:
    1495.0577
  18. satid:
    11321
    satname:
    SL-8 R/B
    intDesignator:
    1979-028B
    launchDate:
    1979-04-07
    satlat:
    66.0611
    satlng:
    9.4243
    satalt:
    971.7743
  19. satid:
    11705
    satname:
    ATLAS 35F R/B
    intDesignator:
    1980-011B
    launchDate:
    1980-02-09
    satlat:
    64.1216
    satlng:
    44.318
    satalt:
    14411.7254
  20. satid:
    11847
    satname:
    SL-6 R/B(2)
    intDesignator:
    1980-050B
    launchDate:
    1980-06-14
    satlat:
    48.1103
    satlng:
    -22.8694
    satalt:
    37454.6085
  21. satid:
    12297
    satname:
    COSMOS 1244
    intDesignator:
    1981-013A
    launchDate:
    1981-02-12
    satlat:
    59.7627
    satlng:
    5.2765
    satalt:
    1008.5471
  22. satid:
    12303
    satname:
    COSMOS 1247
    intDesignator:
    1981-016A
    launchDate:
    1981-02-19
    satlat:
    52.2839
    satlng:
    -33.0888
    satalt:
    27240.0058
  23. satid:
    12311
    satname:
    SL-6 R/B(2)
    intDesignator:
    1981-016E
    launchDate:
    1981-02-19
    satlat:
    71.6575
    satlng:
    -52.9797
    satalt:
    25621.681
  24. satid:
    13075
    satname:
    SL-6 R/B(2)
    intDesignator:
    1982-015D
    launchDate:
    1982-02-26
    satlat:
    62.3128
    satlng:
    26.5498
    satalt:
    39469.1711
  25. satid:
    13512
    satname:
    THOR ABLESTAR DEB
    intDesignator:
    1961-015KV
    launchDate:
    1961-06-29
    satlat:
    62.0615
    satlng:
    4.5096
    satalt:
    736.7083
limit:
25
offset:
0
returned:
25
has_more_results:
yes
truncated:
yes
next_offset:
25
Will you use the result in generated code?

Open the same result as JSON

Is data missing or incorrect? Send feedback about this result.

Continue exploring

How an AI agent should use this page

Ground rule: Navigate with HTML GET links to keep explanations and relationships. Use the page's JSON alternative only when concrete values must be extracted, compared or computed.

How to use the find_satellites_above lookup

  1. Replace the placeholders in the HTML GET template; remove optional parameters you do not need.
  2. Check types, units, limits and ID formats in the parameter table.
  3. Follow linked results to canonical pages before combining sources.

Misreading to avoid: An empty list means "no results for this lookup". An error message or unavailable source does not mean the data does not exist.

Source-specific next step

Go to the source page for other operations. Use the JSON template only after the HTML result shows that the parameters and source are correct.