find_satellites_above

List satellites above an observer within an angular search radius.

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.
observer_lonrequirednumberObserver longitude in WGS84 decimal degrees.
observer_alt_moptionalnumberObserver altitude above sea level in metres.
radius_degoptionalintegerSearch radius from 0 to 90 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": "..."}
}
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.
Type: decimal number. Observer longitude in WGS84 decimal degrees.
Type: decimal number. Observer altitude above sea level in metres.
Type: integer. Search radius from 0 to 90 degrees.
Type: integer. N2YO category id; 0 means all categories, 1 brightest.

Result

Source: N2YO satellite data. Retrieved 2026-08-02T21:31:48Z in 0.650 seconds.

info:
category:
ANY
transactionscount:
12
satcount:
110
above:

25 results

  1. satid:
    2411
    satname:
    SECOR 7 (EGRS 7)
    intDesignator:
    1966-077B
    launchDate:
    1966-08-19
    satlat:
    52.24
    satlng:
    3.1304
    satalt:
    3687.9796
  2. satid:
    2701
    satname:
    THOR ABLESTAR DEB
    intDesignator:
    1965-048E
    launchDate:
    1965-06-24
    satlat:
    59.9584
    satlng:
    12.6033
    satalt:
    998.4352
  3. satid:
    3559
    satname:
    COSMOS 252 DEB
    intDesignator:
    1968-097M
    launchDate:
    1968-11-01
    satlat:
    59.8391
    satlng:
    6.0909
    satalt:
    1157.554
  4. satid:
    4014
    satname:
    THOR ABLESTAR DEB
    intDesignator:
    1961-015JM
    launchDate:
    1961-06-29
    satlat:
    62.5497
    satlng:
    -4.4842
    satalt:
    2112.6887
  5. satid:
    4668
    satname:
    COSMOS 374 DEB
    intDesignator:
    1970-089L
    launchDate:
    1970-10-23
    satlat:
    56.0971
    satlng:
    4.937
    satalt:
    1863.0436
  6. satid:
    7687
    satname:
    OPS 2439
    intDesignator:
    1975-017A
    launchDate:
    1975-03-10
    satlat:
    54.4896
    satlng:
    10.5939
    satalt:
    29100.9703
  7. satid:
    7800
    satname:
    SL-6 R/B(2)
    intDesignator:
    1975-036D
    launchDate:
    1975-04-29
    satlat:
    52.9292
    satlng:
    4.0638
    satalt:
    35678.9707
  8. satid:
    9271
    satname:
    TITAN 34B AGENA R/B
    intDesignator:
    1976-080B
    launchDate:
    1976-08-06
    satlat:
    63.7694
    satlng:
    56.8099
    satalt:
    25952.8359
  9. satid:
    10485
    satname:
    SL-6 R/B(2)
    intDesignator:
    1977-105E
    launchDate:
    1977-10-28
    satlat:
    63.0681
    satlng:
    10.0212
    satalt:
    35373.4327
  10. satid:
    10621
    satname:
    COSMOS 839 DEB
    intDesignator:
    1976-067AV
    launchDate:
    1976-07-08
    satlat:
    64.2313
    satlng:
    12.7357
    satalt:
    1783.878
  11. satid:
    11079
    satname:
    SL-6 R/B(2)
    intDesignator:
    1978-095E
    launchDate:
    1978-10-13
    satlat:
    56.1689
    satlng:
    40.0579
    satalt:
    27712.3758
  12. satid:
    11720
    satname:
    OPS 7245
    intDesignator:
    1980-019A
    launchDate:
    1980-03-03
    satlat:
    55.3537
    satlng:
    3.7001
    satalt:
    1154.2667
  13. satid:
    12825
    satname:
    DELTA 1 DEB
    intDesignator:
    1978-026EW
    launchDate:
    1978-03-05
    satlat:
    55.9349
    satlng:
    10.8464
    satalt:
    933.387
  14. satid:
    13882
    satname:
    SL-6 R/B(2)
    intDesignator:
    1983-015E
    launchDate:
    1983-03-11
    satlat:
    61.995
    satlng:
    32.928
    satalt:
    39775.9421
  15. satid:
    13890
    satname:
    MOLNIYA 1-56
    intDesignator:
    1983-019A
    launchDate:
    1983-03-16
    satlat:
    60.0151
    satlng:
    6.414
    satalt:
    37728.6422
  16. satid:
    13911
    satname:
    SL-6 DEB
    intDesignator:
    1981-088L
    launchDate:
    1981-09-11
    satlat:
    61.2325
    satlng:
    -9.2927
    satalt:
    6887.0801
  17. satid:
    14000
    satname:
    COSMOS 931 DEB
    intDesignator:
    1977-068G
    launchDate:
    1977-07-20
    satlat:
    62.8076
    satlng:
    -17.2178
    satalt:
    26607.1747
  18. satid:
    15214
    satname:
    MOLNIYA 1-62
    intDesignator:
    1984-089A
    launchDate:
    1984-08-24
    satlat:
    55.4571
    satlng:
    -27.9022
    satalt:
    32346.0197
  19. satid:
    15335
    satname:
    SL-12 R/B(AUX MOTOR)
    intDesignator:
    1984-106C
    launchDate:
    1984-09-28
    satlat:
    59.6443
    satlng:
    0.4311
    satalt:
    835.0946
  20. satid:
    15738
    satname:
    MOLNIYA 3-24
    intDesignator:
    1985-040A
    launchDate:
    1985-05-29
    satlat:
    61.9483
    satlng:
    -30.2596
    satalt:
    28478.0989
  21. satid:
    16183
    satname:
    COSMOS 1698
    intDesignator:
    1985-098A
    launchDate:
    1985-10-22
    satlat:
    40.2421
    satlng:
    -8.1867
    satalt:
    28641.3347
  22. satid:
    16393
    satname:
    MOLNIYA 3-27
    intDesignator:
    1985-117A
    launchDate:
    1985-12-24
    satlat:
    53.4668
    satlng:
    -10.7864
    satalt:
    36559.704
  23. satid:
    16593
    satname:
    COSMOS 1732
    intDesignator:
    1986-015A
    launchDate:
    1986-02-11
    satlat:
    60.3206
    satlng:
    -0.7627
    satalt:
    1504.0124
  24. satid:
    19554
    satname:
    COSMOS 1974
    intDesignator:
    1988-092A
    launchDate:
    1988-10-03
    satlat:
    68.2459
    satlng:
    24.4318
    satalt:
    9339.3694
  25. satid:
    19807
    satname:
    MOLNIYA 1-75
    intDesignator:
    1989-014A
    launchDate:
    1989-02-15
    satlat:
    63.4923
    satlng:
    -39.6675
    satalt:
    33552.3366
limit:
25
offset:
0
returned:
25
has_more_results:
yes
truncated:
yes
next_offset:
25
Show all fields in HTML
info:
category:
ANY
transactionscount:
12
satcount:
110
above:

25 results

  1. satid:
    2411
    satname:
    SECOR 7 (EGRS 7)
    intDesignator:
    1966-077B
    launchDate:
    1966-08-19
    satlat:
    52.24
    satlng:
    3.1304
    satalt:
    3687.9796
  2. satid:
    2701
    satname:
    THOR ABLESTAR DEB
    intDesignator:
    1965-048E
    launchDate:
    1965-06-24
    satlat:
    59.9584
    satlng:
    12.6033
    satalt:
    998.4352
  3. satid:
    3559
    satname:
    COSMOS 252 DEB
    intDesignator:
    1968-097M
    launchDate:
    1968-11-01
    satlat:
    59.8391
    satlng:
    6.0909
    satalt:
    1157.554
  4. satid:
    4014
    satname:
    THOR ABLESTAR DEB
    intDesignator:
    1961-015JM
    launchDate:
    1961-06-29
    satlat:
    62.5497
    satlng:
    -4.4842
    satalt:
    2112.6887
  5. satid:
    4668
    satname:
    COSMOS 374 DEB
    intDesignator:
    1970-089L
    launchDate:
    1970-10-23
    satlat:
    56.0971
    satlng:
    4.937
    satalt:
    1863.0436
  6. satid:
    7687
    satname:
    OPS 2439
    intDesignator:
    1975-017A
    launchDate:
    1975-03-10
    satlat:
    54.4896
    satlng:
    10.5939
    satalt:
    29100.9703
  7. satid:
    7800
    satname:
    SL-6 R/B(2)
    intDesignator:
    1975-036D
    launchDate:
    1975-04-29
    satlat:
    52.9292
    satlng:
    4.0638
    satalt:
    35678.9707
  8. satid:
    9271
    satname:
    TITAN 34B AGENA R/B
    intDesignator:
    1976-080B
    launchDate:
    1976-08-06
    satlat:
    63.7694
    satlng:
    56.8099
    satalt:
    25952.8359
  9. satid:
    10485
    satname:
    SL-6 R/B(2)
    intDesignator:
    1977-105E
    launchDate:
    1977-10-28
    satlat:
    63.0681
    satlng:
    10.0212
    satalt:
    35373.4327
  10. satid:
    10621
    satname:
    COSMOS 839 DEB
    intDesignator:
    1976-067AV
    launchDate:
    1976-07-08
    satlat:
    64.2313
    satlng:
    12.7357
    satalt:
    1783.878
  11. satid:
    11079
    satname:
    SL-6 R/B(2)
    intDesignator:
    1978-095E
    launchDate:
    1978-10-13
    satlat:
    56.1689
    satlng:
    40.0579
    satalt:
    27712.3758
  12. satid:
    11720
    satname:
    OPS 7245
    intDesignator:
    1980-019A
    launchDate:
    1980-03-03
    satlat:
    55.3537
    satlng:
    3.7001
    satalt:
    1154.2667
  13. satid:
    12825
    satname:
    DELTA 1 DEB
    intDesignator:
    1978-026EW
    launchDate:
    1978-03-05
    satlat:
    55.9349
    satlng:
    10.8464
    satalt:
    933.387
  14. satid:
    13882
    satname:
    SL-6 R/B(2)
    intDesignator:
    1983-015E
    launchDate:
    1983-03-11
    satlat:
    61.995
    satlng:
    32.928
    satalt:
    39775.9421
  15. satid:
    13890
    satname:
    MOLNIYA 1-56
    intDesignator:
    1983-019A
    launchDate:
    1983-03-16
    satlat:
    60.0151
    satlng:
    6.414
    satalt:
    37728.6422
  16. satid:
    13911
    satname:
    SL-6 DEB
    intDesignator:
    1981-088L
    launchDate:
    1981-09-11
    satlat:
    61.2325
    satlng:
    -9.2927
    satalt:
    6887.0801
  17. satid:
    14000
    satname:
    COSMOS 931 DEB
    intDesignator:
    1977-068G
    launchDate:
    1977-07-20
    satlat:
    62.8076
    satlng:
    -17.2178
    satalt:
    26607.1747
  18. satid:
    15214
    satname:
    MOLNIYA 1-62
    intDesignator:
    1984-089A
    launchDate:
    1984-08-24
    satlat:
    55.4571
    satlng:
    -27.9022
    satalt:
    32346.0197
  19. satid:
    15335
    satname:
    SL-12 R/B(AUX MOTOR)
    intDesignator:
    1984-106C
    launchDate:
    1984-09-28
    satlat:
    59.6443
    satlng:
    0.4311
    satalt:
    835.0946
  20. satid:
    15738
    satname:
    MOLNIYA 3-24
    intDesignator:
    1985-040A
    launchDate:
    1985-05-29
    satlat:
    61.9483
    satlng:
    -30.2596
    satalt:
    28478.0989
  21. satid:
    16183
    satname:
    COSMOS 1698
    intDesignator:
    1985-098A
    launchDate:
    1985-10-22
    satlat:
    40.2421
    satlng:
    -8.1867
    satalt:
    28641.3347
  22. satid:
    16393
    satname:
    MOLNIYA 3-27
    intDesignator:
    1985-117A
    launchDate:
    1985-12-24
    satlat:
    53.4668
    satlng:
    -10.7864
    satalt:
    36559.704
  23. satid:
    16593
    satname:
    COSMOS 1732
    intDesignator:
    1986-015A
    launchDate:
    1986-02-11
    satlat:
    60.3206
    satlng:
    -0.7627
    satalt:
    1504.0124
  24. satid:
    19554
    satname:
    COSMOS 1974
    intDesignator:
    1988-092A
    launchDate:
    1988-10-03
    satlat:
    68.2459
    satlng:
    24.4318
    satalt:
    9339.3694
  25. satid:
    19807
    satname:
    MOLNIYA 1-75
    intDesignator:
    1989-014A
    launchDate:
    1989-02-15
    satlat:
    63.4923
    satlng:
    -39.6675
    satalt:
    33552.3366
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

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.