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-26T00:09:42Z in 0.774 seconds.

info:
category:
ANY
transactionscount:
96
satcount:
104
above:

25 results

  1. satid:
    4818
    satname:
    THORAD AGENA D DEB
    intDesignator:
    1970-025DZ
    launchDate:
    1970-04-08
    satlat:
    70.8256
    satlng:
    15.9985
    satalt:
    1393.8762
  2. satid:
    5026
    satname:
    THORAD AGENA D DEB
    intDesignator:
    1970-025JA
    launchDate:
    1970-04-08
    satlat:
    68.251
    satlng:
    23.5856
    satalt:
    976.5253
  3. satid:
    5554
    satname:
    COSMOS 451
    intDesignator:
    1971-086H
    launchDate:
    1971-10-13
    satlat:
    69.7982
    satlng:
    21.7855
    satalt:
    1501.4455
  4. satid:
    7145
    satname:
    DELTA 1 DEB
    intDesignator:
    1973-086DK
    launchDate:
    1973-11-06
    satlat:
    73.7174
    satlng:
    7.112
    satalt:
    2034.3366
  5. satid:
    7276
    satname:
    MOLNIYA 2-9
    intDesignator:
    1974-026A
    launchDate:
    1974-04-26
    satlat:
    63.743
    satlng:
    72.4709
    satalt:
    32393.8793
  6. satid:
    8018
    satname:
    SL-6 R/B(2)
    intDesignator:
    1975-063D
    launchDate:
    1975-07-08
    satlat:
    63.4057
    satlng:
    28.859
    satalt:
    25056.0907
  7. satid:
    8195
    satname:
    MOLNIYA 2-14
    intDesignator:
    1975-081A
    launchDate:
    1975-09-09
    satlat:
    58.4756
    satlng:
    64.5518
    satalt:
    27135.4742
  8. satid:
    9271
    satname:
    TITAN 34B AGENA R/B
    intDesignator:
    1976-080B
    launchDate:
    1976-08-06
    satlat:
    57.0976
    satlng:
    3.3086
    satalt:
    30278.2275
  9. satid:
    9661
    satname:
    METEOR 2-2
    intDesignator:
    1977-002A
    launchDate:
    1977-01-06
    satlat:
    69.6169
    satlng:
    14.0665
    satalt:
    882.9545
  10. satid:
    10580
    satname:
    COSMOS 970 DEB
    intDesignator:
    1977-121X
    launchDate:
    1977-12-21
    satlat:
    65.7699
    satlng:
    19.1047
    satalt:
    1149.5471
  11. satid:
    10752
    satname:
    DELTA 1 DEB
    intDesignator:
    1976-077AZ
    launchDate:
    1976-07-29
    satlat:
    67.3596
    satlng:
    19.0808
    satalt:
    1126.0806
  12. satid:
    10842
    satname:
    DELTA 1 DEB
    intDesignator:
    1976-077CN
    launchDate:
    1976-07-29
    satlat:
    70.9481
    satlng:
    26.9267
    satalt:
    1611.6793
  13. satid:
    10893
    satname:
    OPS 5112 (NAVSTAR 2)
    intDesignator:
    1978-047A
    launchDate:
    1978-05-13
    satlat:
    52.31
    satlng:
    39.627
    satalt:
    19663.7638
  14. satid:
    11084
    satname:
    COSMOS 1045
    intDesignator:
    1978-100A
    launchDate:
    1978-10-26
    satlat:
    69.274
    satlng:
    -2.1221
    satalt:
    1700.9865
  15. satid:
    12108
    satname:
    COSMOS 1229
    intDesignator:
    1980-102B
    launchDate:
    1980-12-23
    satlat:
    69.4447
    satlng:
    19.319
    satalt:
    1471.7754
  16. satid:
    13169
    satname:
    SL-6 R/B(2)
    intDesignator:
    1982-029D
    launchDate:
    1982-04-07
    satlat:
    69.1931
    satlng:
    77.2658
    satalt:
    29357.4235
  17. satid:
    13536
    satname:
    DELTA 1 DEB
    intDesignator:
    1976-077EJ
    launchDate:
    1976-07-29
    satlat:
    74.9092
    satlng:
    31.4011
    satalt:
    2063.644
  18. satid:
    14590
    satname:
    COSMOS 1519 (GLONASS)
    intDesignator:
    1983-127A
    launchDate:
    1983-12-29
    satlat:
    66.2872
    satlng:
    54.9437
    satalt:
    19143.7855
  19. satid:
    14977
    satname:
    COSMOS 1554 (GLONASS)
    intDesignator:
    1984-047A
    launchDate:
    1984-05-19
    satlat:
    55.5877
    satlng:
    -2.6702
    satalt:
    19180.7891
  20. satid:
    14978
    satname:
    COSMOS 1555 (GLONASS)
    intDesignator:
    1984-047B
    launchDate:
    1984-05-19
    satlat:
    58.1876
    satlng:
    2.9335
    satalt:
    19153.1857
  21. satid:
    14979
    satname:
    COSMOS 1556 (GLONASS)
    intDesignator:
    1984-047C
    launchDate:
    1984-05-19
    satlat:
    62.8179
    satlng:
    17.4742
    satalt:
    19167.6506
  22. satid:
    15098
    satname:
    SL-6 R/B(2)
    intDesignator:
    1984-071D
    launchDate:
    1984-07-03
    satlat:
    73.1407
    satlng:
    79.557
    satalt:
    33739.023
  23. satid:
    15223
    satname:
    SL-6 R/B(2)
    intDesignator:
    1984-089D
    launchDate:
    1984-08-24
    satlat:
    56.2064
    satlng:
    3.89
    satalt:
    36839.9325
  24. satid:
    15271
    satname:
    NAVSTAR 10 (USA 5)
    intDesignator:
    1984-097A
    launchDate:
    1984-09-08
    satlat:
    60.759
    satlng:
    -8.1068
    satalt:
    21253.6981
  25. satid:
    15429
    satname:
    MOLNIYA 1-63
    intDesignator:
    1984-124A
    launchDate:
    1984-12-14
    satlat:
    57.0171
    satlng:
    19.5757
    satalt:
    38315.8609
limit:
25
offset:
0
returned:
25
has_more_results:
yes
truncated:
yes
next_offset:
25
Show all fields in HTML
info:
category:
ANY
transactionscount:
96
satcount:
104
above:

25 results

  1. satid:
    4818
    satname:
    THORAD AGENA D DEB
    intDesignator:
    1970-025DZ
    launchDate:
    1970-04-08
    satlat:
    70.8256
    satlng:
    15.9985
    satalt:
    1393.8762
  2. satid:
    5026
    satname:
    THORAD AGENA D DEB
    intDesignator:
    1970-025JA
    launchDate:
    1970-04-08
    satlat:
    68.251
    satlng:
    23.5856
    satalt:
    976.5253
  3. satid:
    5554
    satname:
    COSMOS 451
    intDesignator:
    1971-086H
    launchDate:
    1971-10-13
    satlat:
    69.7982
    satlng:
    21.7855
    satalt:
    1501.4455
  4. satid:
    7145
    satname:
    DELTA 1 DEB
    intDesignator:
    1973-086DK
    launchDate:
    1973-11-06
    satlat:
    73.7174
    satlng:
    7.112
    satalt:
    2034.3366
  5. satid:
    7276
    satname:
    MOLNIYA 2-9
    intDesignator:
    1974-026A
    launchDate:
    1974-04-26
    satlat:
    63.743
    satlng:
    72.4709
    satalt:
    32393.8793
  6. satid:
    8018
    satname:
    SL-6 R/B(2)
    intDesignator:
    1975-063D
    launchDate:
    1975-07-08
    satlat:
    63.4057
    satlng:
    28.859
    satalt:
    25056.0907
  7. satid:
    8195
    satname:
    MOLNIYA 2-14
    intDesignator:
    1975-081A
    launchDate:
    1975-09-09
    satlat:
    58.4756
    satlng:
    64.5518
    satalt:
    27135.4742
  8. satid:
    9271
    satname:
    TITAN 34B AGENA R/B
    intDesignator:
    1976-080B
    launchDate:
    1976-08-06
    satlat:
    57.0976
    satlng:
    3.3086
    satalt:
    30278.2275
  9. satid:
    9661
    satname:
    METEOR 2-2
    intDesignator:
    1977-002A
    launchDate:
    1977-01-06
    satlat:
    69.6169
    satlng:
    14.0665
    satalt:
    882.9545
  10. satid:
    10580
    satname:
    COSMOS 970 DEB
    intDesignator:
    1977-121X
    launchDate:
    1977-12-21
    satlat:
    65.7699
    satlng:
    19.1047
    satalt:
    1149.5471
  11. satid:
    10752
    satname:
    DELTA 1 DEB
    intDesignator:
    1976-077AZ
    launchDate:
    1976-07-29
    satlat:
    67.3596
    satlng:
    19.0808
    satalt:
    1126.0806
  12. satid:
    10842
    satname:
    DELTA 1 DEB
    intDesignator:
    1976-077CN
    launchDate:
    1976-07-29
    satlat:
    70.9481
    satlng:
    26.9267
    satalt:
    1611.6793
  13. satid:
    10893
    satname:
    OPS 5112 (NAVSTAR 2)
    intDesignator:
    1978-047A
    launchDate:
    1978-05-13
    satlat:
    52.31
    satlng:
    39.627
    satalt:
    19663.7638
  14. satid:
    11084
    satname:
    COSMOS 1045
    intDesignator:
    1978-100A
    launchDate:
    1978-10-26
    satlat:
    69.274
    satlng:
    -2.1221
    satalt:
    1700.9865
  15. satid:
    12108
    satname:
    COSMOS 1229
    intDesignator:
    1980-102B
    launchDate:
    1980-12-23
    satlat:
    69.4447
    satlng:
    19.319
    satalt:
    1471.7754
  16. satid:
    13169
    satname:
    SL-6 R/B(2)
    intDesignator:
    1982-029D
    launchDate:
    1982-04-07
    satlat:
    69.1931
    satlng:
    77.2658
    satalt:
    29357.4235
  17. satid:
    13536
    satname:
    DELTA 1 DEB
    intDesignator:
    1976-077EJ
    launchDate:
    1976-07-29
    satlat:
    74.9092
    satlng:
    31.4011
    satalt:
    2063.644
  18. satid:
    14590
    satname:
    COSMOS 1519 (GLONASS)
    intDesignator:
    1983-127A
    launchDate:
    1983-12-29
    satlat:
    66.2872
    satlng:
    54.9437
    satalt:
    19143.7855
  19. satid:
    14977
    satname:
    COSMOS 1554 (GLONASS)
    intDesignator:
    1984-047A
    launchDate:
    1984-05-19
    satlat:
    55.5877
    satlng:
    -2.6702
    satalt:
    19180.7891
  20. satid:
    14978
    satname:
    COSMOS 1555 (GLONASS)
    intDesignator:
    1984-047B
    launchDate:
    1984-05-19
    satlat:
    58.1876
    satlng:
    2.9335
    satalt:
    19153.1857
  21. satid:
    14979
    satname:
    COSMOS 1556 (GLONASS)
    intDesignator:
    1984-047C
    launchDate:
    1984-05-19
    satlat:
    62.8179
    satlng:
    17.4742
    satalt:
    19167.6506
  22. satid:
    15098
    satname:
    SL-6 R/B(2)
    intDesignator:
    1984-071D
    launchDate:
    1984-07-03
    satlat:
    73.1407
    satlng:
    79.557
    satalt:
    33739.023
  23. satid:
    15223
    satname:
    SL-6 R/B(2)
    intDesignator:
    1984-089D
    launchDate:
    1984-08-24
    satlat:
    56.2064
    satlng:
    3.89
    satalt:
    36839.9325
  24. satid:
    15271
    satname:
    NAVSTAR 10 (USA 5)
    intDesignator:
    1984-097A
    launchDate:
    1984-09-08
    satlat:
    60.759
    satlng:
    -8.1068
    satalt:
    21253.6981
  25. satid:
    15429
    satname:
    MOLNIYA 1-63
    intDesignator:
    1984-124A
    launchDate:
    1984-12-14
    satlat:
    57.0171
    satlng:
    19.5757
    satalt:
    38315.8609
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.